]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/spinctrl.h
many ifacecheck automatic fixes + some access-specifier manual fix
[wxWidgets.git] / interface / wx / spinctrl.h
index 5e59c4c85fabbdaf184f8caba8ffb1ed9e561c08..1ad48949a3a66897c153400bfb9a98f8ccf7fd07 100644 (file)
@@ -118,7 +118,7 @@ public:
     /**
         Sets the value of the spin control. Use the variant using int instead.
     */
     /**
         Sets the value of the spin control. Use the variant using int instead.
     */
-    void SetValue(const wxString& text);
+    virtual void SetValue(const wxString& text);
 
     /**
         Sets the value of the spin control.
 
     /**
         Sets the value of the spin control.