Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f59b8f0d authored by Dan Albert's avatar Dan Albert
Browse files

Add a missing visibility modifier to fix build.

This class is used by the tests, but is built with -fvisibility=hidden
and not declared as ANDROID_API.

Change-Id: If93af7bfdf0752de1f5bbb10fdd46b2eb9c0ccdd
parent 8df94b56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ public:
 * that quickRejection can also be used.
 */

class CanvasState {
class ANDROID_API CanvasState {
public:
    CanvasState(CanvasStateClient& renderer);
    ~CanvasState();