]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/mdi.h
more warning fixes; removed references to wxToolBarBase from wxRTTI
[wxWidgets.git] / include / wx / msw / mdi.h
index dec7df28260e35a1f678161126279290d885e0e4..031c8fd743555e358052c741b0ffc7a62351e86a 100644 (file)
@@ -189,7 +189,7 @@ private:
     bool m_needsResize; // flag which tells us to artificially resize the frame
 
     DECLARE_EVENT_TABLE()
-    DECLARE_DYNAMIC_CLASS(wxMDIChildFrame)
+    DECLARE_DYNAMIC_CLASS_NO_COPY(wxMDIChildFrame)
 };
 
 // ---------------------------------------------------------------------------
@@ -224,7 +224,7 @@ protected:
 
 private:
     DECLARE_EVENT_TABLE()
-    DECLARE_DYNAMIC_CLASS(wxMDIClientWindow)
+    DECLARE_DYNAMIC_CLASS_NO_COPY(wxMDIClientWindow)
 };
 
 #endif