]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/radiobut.h
Restore compilation with --enable-stl, fix SetFocus with the generic control, and...
[wxWidgets.git] / include / wx / mac / carbon / radiobut.h
index 8b3c063f9533553034aa4d1e6bda32fc9e1bd394..572261ed2ceed5feb675fbc254caa443f3d75959 100644 (file)
@@ -27,7 +27,7 @@ public:
     {
         Create(parent, id, label, pos, size, style, validator, name);
     }
-    ~wxRadioButton();
+    virtual ~wxRadioButton();
 
     bool Create(wxWindow *parent, wxWindowID id,
            const wxString& label,