]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/control.h
wxHTML classes description is now in alphabetical order
[wxWidgets.git] / include / wx / gtk1 / control.h
index f18f219d8c691229e212d30683432ae21183302e..3b19b4c98c962b7ba33d20951b6feab35cab1015 100644 (file)
@@ -31,8 +31,6 @@ class wxControl;
 
 class wxControl : public wxWindow
 {
-    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__