]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/joystick.h
[ 1559479 ] wxImageComboBox
[wxWidgets.git] / include / wx / unix / joystick.h
index 7359bfa05e12c2a1e2c5f316afecbdeae0c7e553..6267c1e19ac8df44227698a8e7eef6d023b74f49 100644 (file)
@@ -26,7 +26,7 @@ class WXDLLEXPORT wxJoystick: public wxObject
      */
 
     wxJoystick(int joystick = wxJOYSTICK1);
-    ~wxJoystick();
+    virtual ~wxJoystick();
 
     // Attributes
     ////////////////////////////////////////////////////////////////////////////
@@ -46,7 +46,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 ;