]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/radiobut.h
Build fix.
[wxWidgets.git] / include / wx / gtk / radiobut.h
index a44f13ed8269bebc836fd5c566e7338babf5a16c..d9eea34fdb5c228b0aa14a948f4a83cbad4e83cf 100644 (file)
@@ -51,14 +51,13 @@ public:
 
     virtual bool IsRadioButton() const { return TRUE; }
 
-    GSList *m_radioButtonGroup;
-    void DoApplyWidgetStyle(GtkRcStyle *style);
     bool IsOwnGtkWindow( GdkWindow *window );
     void OnInternalIdle();
 
     bool m_blockEvent;
 
 protected:
+    void DoApplyWidgetStyle(GtkRcStyle *style);
     virtual wxSize DoGetBestSize() const;
 
 private: