]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/control.h
Since wxPanel is now AutoLayout aware, removed indirect auto layouting
[wxWidgets.git] / include / wx / gtk1 / control.h
index 45d0ea230ec327f8ab532a6e4ad6c25f03565bff..5ae7c44043a9344245116db3befa4c6bba48dee0 100644 (file)
@@ -31,8 +31,6 @@ class wxControl;
 
 class wxControl : public wxControlBase
 {
-    DECLARE_DYNAMIC_CLASS(wxControl)
-
 public:
     wxControl();
     wxControl( wxWindow *parent,
@@ -50,6 +48,9 @@ public:
 protected:
     wxString   m_label;
     char       m_chAccel;  // enabled to avoid breaking binary compatibility later on
+    
+private:
+    DECLARE_DYNAMIC_CLASS(wxControl)
 };
 
 #endif // __GTKCONTROLH__