Squeeze warnings.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31093 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2009-08-17 15:06:40 +00:00
parent 4304901faf
commit 92e8347613

View 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)
{}