]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gbsizer.h
Refactored wxSizerXmlHandler and added support for wxGridBagSizer
[wxWidgets.git] / include / wx / gbsizer.h
index a6f90d9c9fda8299e1d90512aaec5cb4f62f6ca6..797d9d377d7f040e2bfedd132ca63b66f7cbc4ed 100644 (file)
@@ -114,6 +114,10 @@ public:
                    int border,
                    wxObject* userData );
 
+    // default ctor
+    wxGBSizerItem();
+
+    
     // Get the grid position of the item
     wxGBPosition GetPos() const { return m_pos; }
     void GetPos(int& row, int& col) const;
@@ -155,7 +159,7 @@ protected:
 
     
 private:    
-    DECLARE_CLASS(wxGBSizerItem)
+    DECLARE_DYNAMIC_CLASS(wxGBSizerItem)
     DECLARE_NO_COPY_CLASS(wxGBSizerItem)        
 };