]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/mdi.h
fix aui crash related to SF bug 1531361
[wxWidgets.git] / include / wx / gtk / mdi.h
index e881dd1319730c44ab24921b0613363657576d25..051987ad7e81d73e203192783ef879edf6f504b3 100644 (file)
@@ -64,8 +64,6 @@ public:
 protected:
     void Init();
 
-    virtual void DoGetClientSize(int *width, int *height) const;
-
 private:
     friend class wxMDIChildFrame;
 
@@ -152,6 +150,8 @@ public:
 
     virtual bool IsTopLevel() const { return false; }
 
+    virtual bool Destroy();
+
     void OnActivate( wxActivateEvent& event );
     void OnMenuHighlight( wxMenuEvent& event );