X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..55809d1394516044a90fa34b12070d0f3e9f1439:/include/wx/os2/joystick.h diff --git a/include/wx/os2/joystick.h b/include/wx/os2/joystick.h index 6e5a4c9236..0d1e113d01 100644 --- a/include/wx/os2/joystick.h +++ b/include/wx/os2/joystick.h @@ -42,7 +42,7 @@ class WXDLLEXPORT wxJoystick: public wxObject //////////////////////////////////////////////////////////////////////////// bool IsOk() const; // Checks that the joystick is functioning - int GetNumberJoysticks() const ; + static int GetNumberJoysticks() ; int GetManufacturerId() const ; int GetProductId() const ; wxString GetProductName() const ;