]> git.saurik.com Git - wxWidgets.git/commitdiff
Compile fix.
authorRobert Roebling <robert@roebling.de>
Tue, 7 Dec 1999 12:24:57 +0000 (12:24 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 7 Dec 1999 12:24:57 +0000 (12:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4854 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/spinctrl.cpp
src/gtk1/spinctrl.cpp

index 5e13787f4bf7ec94c7064982f18f2d4e217fe4b7..d7bbb53e30baffad4e1ace13c2fa3f6f3323cc91 100644 (file)
@@ -30,6 +30,8 @@
 extern void wxapp_install_idle_handler();
 extern bool g_isIdle;
 
+static const float sensitivity = 0.02;
+
 //-----------------------------------------------------------------------------
 // data
 //-----------------------------------------------------------------------------
index 5e13787f4bf7ec94c7064982f18f2d4e217fe4b7..d7bbb53e30baffad4e1ace13c2fa3f6f3323cc91 100644 (file)
@@ -30,6 +30,8 @@
 extern void wxapp_install_idle_handler();
 extern bool g_isIdle;
 
+static const float sensitivity = 0.02;
+
 //-----------------------------------------------------------------------------
 // data
 //-----------------------------------------------------------------------------