X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f073eb2e0786fa44dd41d31eb34d00a75ab0570..6ea5c52d2931b2ea24962a6c3e4d0033e3c43eda:/include/wx/gtk1/radiobut.h?ds=inline

diff --git a/include/wx/gtk1/radiobut.h b/include/wx/gtk1/radiobut.h
index c6717e8a6e..9435869fee 100644
--- a/include/wx/gtk1/radiobut.h
+++ b/include/wx/gtk1/radiobut.h
@@ -70,6 +70,9 @@ public:
     bool IsOwnGtkWindow( GdkWindow *window );
     void OnInternalIdle();
     
+protected:
+    virtual wxSize DoGetBestSize() const;
+
 private:
     DECLARE_DYNAMIC_CLASS(wxRadioButton)
 };