]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/gesturedetector.cpp
Add missing initializer
[libs/gui.git] / source / input / gesturedetector.cpp
index 296aab40f36bd4f715a0b579cb29e03ec1a123c1..49ddba2b8478173dfbd65b9e80233ab356c0da03 100644 (file)
@@ -265,7 +265,8 @@ GestureDetector::TouchPoint::TouchPoint():
        down_x(0),
        down_y(0),
        x(0),
-       y(0)
+       y(0),
+       threshold_exceeded(false)
 { }
 
 } // namespace Input