]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/radiobox.h
make access specifiers for the virtual functions match their access in the base class...
[wxWidgets.git] / include / wx / gtk / radiobox.h
index f4a0bb123ce2ec07707f14fbdebbfa3d0b8e7520..fedb790c06aceefa8bb02b67921945f057a4952b 100644 (file)
@@ -114,7 +114,6 @@ public:
     void GtkDisableEvents();
     void GtkEnableEvents();
     bool IsOwnGtkWindow( GdkWindow *window );
-    void DoApplyWidgetStyle(GtkRcStyle *style);
 #if wxUSE_TOOLTIPS
     void ApplyToolTip( GtkTooltips *tips, const wxChar *tip );
 #endif // wxUSE_TOOLTIPS
@@ -126,6 +125,8 @@ public:
     wxList           m_boxes;
 
 protected:
+    void DoApplyWidgetStyle(GtkRcStyle *style);
+
     // common part of all ctors
     void Init();