]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/mdi.h
Add support for the new history functions to the ie backend. For this we manage our...
[wxWidgets.git] / include / wx / gtk / mdi.h
index 53d10e8e28ac70d25609f1b0b44e591089322e38..d4d65c04396d69b9a91737f73c2f8470d80261a1 100644 (file)
@@ -120,7 +120,6 @@ public:
     void OnMenuHighlight( wxMenuEvent& event );
 
     wxMenuBar         *m_menuBar;
-    GtkNotebookPage   *m_page;
     bool               m_justInserted;
 
 private:
@@ -140,6 +139,7 @@ class WXDLLIMPEXP_CORE wxMDIClientWindow : public wxMDIClientWindowBase
 {
 public:
     wxMDIClientWindow() { }
+    ~wxMDIClientWindow();
 
     virtual bool CreateClient(wxMDIParentFrame *parent,
                               long style = wxVSCROLL | wxHSCROLL);