]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/radiobut.h
make access specifiers for the virtual functions match their access in the base class...
[wxWidgets.git] / include / wx / gtk / radiobut.h
index 9a54dffa626515468d1c0d45f255150b02916401..d9eea34fdb5c228b0aa14a948f4a83cbad4e83cf 100644 (file)
@@ -51,13 +51,13 @@ public:
 
     virtual bool IsRadioButton() const { return TRUE; }
 
-    void DoApplyWidgetStyle(GtkRcStyle *style);
     bool IsOwnGtkWindow( GdkWindow *window );
     void OnInternalIdle();
 
     bool m_blockEvent;
 
 protected:
+    void DoApplyWidgetStyle(GtkRcStyle *style);
     virtual wxSize DoGetBestSize() const;
 
 private: