]> git.tdb.fi Git - libs/gui.git/commitdiff
Add missing initializer
authorMikko Rasa <tdb@tdb.fi>
Sun, 20 Dec 2015 13:45:53 +0000 (15:45 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 20 Dec 2015 13:45:53 +0000 (15:45 +0200)
source/input/gesturedetector.cpp

index 296aab40f36bd4f715a0b579cb29e03ec1a123c1..49ddba2b8478173dfbd65b9e80233ab356c0da03 100644 (file)
@@ -265,7 +265,8 @@ GestureDetector::TouchPoint::TouchPoint():
        down_x(0),
        down_y(0),
        x(0),
        down_x(0),
        down_y(0),
        x(0),
-       y(0)
+       y(0),
+       threshold_exceeded(false)
 { }
 
 } // namespace Input
 { }
 
 } // namespace Input