]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/spinctrl.h
Add appearance tags
[wxWidgets.git] / interface / wx / spinctrl.h
index a2eb52078f4a6175b0055cbdef58f825ddafbea7..3095b42a2a758af96e217bb6a5012a5ef53f8c74 100644 (file)
@@ -127,7 +127,7 @@ public:
         @note this is currently only implemented for Windows and generic versions
               of the control.
     */
-    void SetSelection(long from, long to);
+    virtual void SetSelection(long from, long to);
 
     /**
         Sets the value of the spin control. Use the variant using int instead.