]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/mdi.h
wxCoordRound() -> wxRound()
[wxWidgets.git] / include / wx / motif / mdi.h
index 115e1205cb0e34e603169067f8a6a7d1ba25bd4e..e27da81e02ed5cedfdefa6e81fc563978808f44f 100644 (file)
@@ -45,7 +45,7 @@ public:
         Create(parent, id, title, pos, size, style, name);
     }
 
-    ~wxMDIParentFrame();
+    virtual ~wxMDIParentFrame();
 
     bool Create(wxWindow *parent,
         wxWindowID id,
@@ -129,7 +129,7 @@ public:
         Create(parent, id, title, pos, size, style, name);
     }
 
-    ~wxMDIChildFrame();
+    virtual ~wxMDIChildFrame();
 
     bool Create(wxMDIParentFrame *parent,
         wxWindowID id,
@@ -219,7 +219,7 @@ public:
         CreateClient(parent, style);
     }
 
-    ~wxMDIClientWindow();
+    virtual ~wxMDIClientWindow();
 
     // Note: this is virtual, to allow overridden behaviour.
     virtual bool CreateClient(wxMDIParentFrame *parent, long style = wxVSCROLL | wxHSCROLL);