]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/minifram.h
even more interface fixes
[wxWidgets.git] / interface / wx / minifram.h
index c11b24e602c01f1d58193e3b2f0ac983779dcdb2..ef4363a8d9be7c1c0a61786f28f80c0d6e3ef9ed 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxMiniFrame
 
 /**
     @class wxMiniFrame
-    @wxheader{minifram.h}
 
     A miniframe is a frame with a small title bar. It is suitable for floating
     toolbars that must not
 
     A miniframe is a frame with a small title bar. It is suitable for floating
     toolbars that must not
@@ -96,7 +95,7 @@ public:
     /**
         Destructor. Destroys all child windows and menu bar if present.
     */
     /**
         Destructor. Destroys all child windows and menu bar if present.
     */
-    ~wxMiniFrame();
+    virtual ~wxMiniFrame();
 
     /**
         Used in two-step frame construction. See wxMiniFrame()
 
     /**
         Used in two-step frame construction. See wxMiniFrame()