X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..48e5284db6d6f1dab46a81a4ae0d0438ea37bd6e:/include/wx/x11/joystick.h diff --git a/include/wx/x11/joystick.h b/include/wx/x11/joystick.h index 52c3c7f56d..81d3c553b5 100644 --- a/include/wx/x11/joystick.h +++ b/include/wx/x11/joystick.h @@ -42,7 +42,7 @@ public: //////////////////////////////////////////////////////////////////////////// bool IsOk() const; // Checks that the joystick is functioning - int GetNumberJoysticks() const ; + static int GetNumberJoysticks() ; int GetManufacturerId() const ; int GetProductId() const ; wxString GetProductName() const ;