]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/slider.h
Forward SetFont, SetBackgroundColour and SetForegroundCOlour to the
[wxWidgets.git] / include / wx / mac / carbon / slider.h
index e9702ea6faeb4a2077aea85f2a96c9a56f20a20d..fa507b201d1e43f3d669a1bd77987ba913793bb4 100644 (file)
@@ -37,7 +37,7 @@ public:
         Create(parent, id, value, minValue, maxValue, pos, size, style, validator, name);
     }
 
-    ~wxSlider();
+    virtual ~wxSlider();
 
     bool Create(wxWindow *parent, wxWindowID id,
                 int value, int minValue, int maxValue,