]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/radiobox.h
Added DetachOldLog to avoid destruction of old log target
[wxWidgets.git] / include / wx / palmos / radiobox.h
index e2f1e7bd1cd329e5eaf40421cf5d550e802b6811..a018e6e6698fd64db42b264e58179a0f011506df 100644 (file)
@@ -61,7 +61,7 @@ public:
                      style, val, name);
     }
 
-    ~wxRadioBox();
+    virtual ~wxRadioBox();
 
     bool Create(wxWindow *parent,
                 wxWindowID id,
@@ -139,9 +139,6 @@ public:
     void SendNotificationEvent();
 
 protected:
-    // we can't compute our best size before the items are added to the control
-    virtual void SetInitialBestSize(const wxSize& WXUNUSED(size)) { }
-
     // get the max size of radio buttons
     wxSize GetMaxButtonSize() const;