]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/mdi.h
Implement deep copy of wxBitmapRefData
[wxWidgets.git] / include / wx / msw / mdi.h
index b872359a2b58ce45eeaf8ecfe654cf4642abb94f..2148e5ab0a1b330f3885c49d2655f0de80b5c077 100644 (file)
@@ -38,7 +38,7 @@ public:
         Create(parent, id, title, pos, size, style, name);
     }
 
-    ~wxMDIParentFrame();
+    virtual ~wxMDIParentFrame();
 
     bool Create(wxWindow *parent,
                 wxWindowID id,
@@ -139,7 +139,7 @@ public:
         Create(parent, id, title, pos, size, style, name);
     }
 
-    ~wxMDIChildFrame();
+    virtual ~wxMDIChildFrame();
 
     bool Create(wxMDIParentFrame *parent,
                 wxWindowID id,