]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/corefoundation/hidjoystick.cpp
minor cleanup: corrected typos, etc.
[wxWidgets.git] / src / mac / corefoundation / hidjoystick.cpp
index 4d104a44f48ad0d6588f8834ce048e6df464b345..bb24ddc33d34659047a89854c6bc6b7f58d90937 100644 (file)
@@ -276,7 +276,7 @@ int wxJoystick::GetNumberAxes() const
 // is all devices with the kHIDUsage_GD_Joystick or kHIDUsage_GD_GamePad
 // identifiers.
 //---------------------------------------------------------------------------
-int wxJoystick::GetNumberJoysticks() const
+int wxJoystick::GetNumberJoysticks()
 {    
     return 
         wxHIDDevice::GetCount(kHIDPage_GenericDesktop, kHIDUsage_GD_Joystick) +