]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/fl/dyntbar.h
Committing in .
[wxWidgets.git] / contrib / include / wx / fl / dyntbar.h
index ea075be582edc430b048ae554749e56f044f1d55..a87b951c655154ad233887d2f084149d2c1c5136 100644 (file)
@@ -25,6 +25,8 @@ Tool layout item.
 
 class wxToolLayoutItem : public wxObject
 {
 
 class wxToolLayoutItem : public wxObject
 {
+    DECLARE_DYNAMIC_CLASS(wxToolLayoutItem)
+
 public:
     wxRect    mRect;
     bool      mIsSeparator;
 public:
     wxRect    mRect;
     bool      mIsSeparator;
@@ -99,8 +101,8 @@ wxDynamicToolBar manages containment and layout of tool windows.
 class wxDynamicToolBar : public wxToolBarBase
 {
     DECLARE_DYNAMIC_CLASS(wxDynamicToolBar)
 class wxDynamicToolBar : public wxToolBarBase
 {
     DECLARE_DYNAMIC_CLASS(wxDynamicToolBar)
-protected:
 
 
+protected:
     friend class wxDynamicToolBarSerializer;
 
     wxDynToolInfoArrayT mTools;
     friend class wxDynamicToolBarSerializer;
 
     wxDynToolInfoArrayT mTools;