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

Commit 469fb1ef authored by Chris Craik's avatar Chris Craik
Browse files

Fix build

Change-Id: I7ee28c474aa821eb598f719723d87416a41537b9
parent 1cd7e4c3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -942,7 +942,8 @@ public:
    }
private:
    bool initialized = false;
    double lastX, lastY;
    double lastX = 0;
    double lastY = 0;
    double sum = 0;
};