]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/docmdi.h
Add appearance tags
[wxWidgets.git] / interface / wx / docmdi.h
index 68834c2c9ffbb6e58c2c3bd13e02193fbfc1c03d..1aa4c4c2c57e7b9c14823eb3cf75b129dd52e25f 100644 (file)
@@ -41,7 +41,7 @@ public:
     /**
         Destructor.
     */
-    ~wxDocMDIParentFrame();
+    virtual ~wxDocMDIParentFrame();
 
     /**
         Creates the window.
@@ -110,7 +110,7 @@ public:
     /**
         Destructor.
     */
-    ~wxDocMDIChildFrame();
+    virtual ~wxDocMDIChildFrame();
 
     /**
         Returns the document associated with this frame.
@@ -127,7 +127,7 @@ public:
         to override (but still call) this function in order to set the keyboard
         focus for your subwindow.
     */
-    void OnActivate(wxActivateEvent event);
+    void OnActivate(wxActivateEvent& event);
 
     /**
         Closes and deletes the current view and document.