]> git.lyx.org Git - features.git/commitdiff
Squeeze warnings.
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 17 Aug 2009 15:06:40 +0000 (15:06 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 17 Aug 2009 15:06:40 +0000 (15:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31093 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiWorkArea.cpp

index d0c04b7d3de6a7f91db81e78083c93a570cbc69b..add50405c79261305f22acd08866c1b7d065274a 100644 (file)
@@ -231,7 +231,7 @@ private:
 // cursor is at the top or bottom edge of the viewport. One scroll per 0.2 s
 SyntheticMouseEvent::SyntheticMouseEvent()
        : timeout(200), restart_timeout(true),
-         x_old(-1), y_old(-1), min_scrollbar_old(-1.0), max_scrollbar_old(-1.0)
+         x_old(-1), y_old(-1), min_scrollbar_old(-1), max_scrollbar_old(-1)
 {}