]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/joystick.cpp
g++ 4/wxMAC_USE_CORE_GRAPHICS warning fixes
[wxWidgets.git] / src / mac / classic / joystick.cpp
index 7e38a7e75c24db9a624571717f773fa3a2f04dc9..6dd6aefd1baac4380991928d49868f462c5f83b6 100644 (file)
@@ -6,13 +6,9 @@
 // Created:     1998-01-01
 // RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
-// Licence:       wxWidgets licence
+// Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "joystick.h"
-#endif
-
 #include "wx/setup.h"
 
 #include "wx/joystick.h"
@@ -92,7 +88,7 @@ bool wxJoystick::IsOk() const
     return FALSE;
 }
 
-int wxJoystick::GetNumberJoysticks() const
+int wxJoystick::GetNumberJoysticks()
 {
     // TODO
     return 0;