]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/mdi.h
disable dialup manager for MGL, it doesn't link as there is no DOS implementation...
[wxWidgets.git] / include / wx / cocoa / mdi.h
index b68ca4431ac6f9af60b0837a28c0920864ed7d33..272c4508d978cdd892bb53e40a619e64eebbf53a 100644 (file)
@@ -156,7 +156,7 @@ class wxMDIClientWindow: public wxWindow
 public:
     wxMDIClientWindow();
     wxMDIClientWindow( wxMDIParentFrame *parent, long style = 0 );
-    ~wxMDIClientWindow();
+    virtual ~wxMDIClientWindow();
     virtual bool CreateClient( wxMDIParentFrame *parent, long style = 0 );
 };