]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation error fixed
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 13 Mar 2002 21:10:29 +0000 (21:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 13 Mar 2002 21:10:29 +0000 (21:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/joystick.cpp
src/gtk1/joystick.cpp

index 334fefee346e035945f8cb4cfedabed9bf1bc994..eaf094acdf6df4875e867644dd18e067ea0933db 100644 (file)
@@ -347,7 +347,7 @@ bool wxJoystick::HasPOVCTS(void) const
 // Operations
 ////////////////////////////////////////////////////////////////////////////
 
-bool wxJoystick::SetCapture(wxWindow* win, int pollingFreq = 0)
+bool wxJoystick::SetCapture(wxWindow* win, int pollingFreq)
 {
   m_catchwin = win;
   m_polling = pollingFreq;
index 334fefee346e035945f8cb4cfedabed9bf1bc994..eaf094acdf6df4875e867644dd18e067ea0933db 100644 (file)
@@ -347,7 +347,7 @@ bool wxJoystick::HasPOVCTS(void) const
 // Operations
 ////////////////////////////////////////////////////////////////////////////
 
-bool wxJoystick::SetCapture(wxWindow* win, int pollingFreq = 0)
+bool wxJoystick::SetCapture(wxWindow* win, int pollingFreq)
 {
   m_catchwin = win;
   m_polling = pollingFreq;