]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/statbox.h
even more interface fixes
[wxWidgets.git] / interface / wx / statbox.h
index b6719749cbae2ba6403db47202cfd22a59970cdf..c612133138d2eda5e2d07de2ccba9479fc0188c6 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxStaticBox
-    @wxheader{statbox.h}
 
     A static box is a rectangle drawn around other panel items to denote
     a logical grouping of items.
@@ -69,7 +68,7 @@ public:
     /**
         Destructor, destroying the group box.
     */
-    ~wxStaticBox();
+    virtual ~wxStaticBox();
 
     /**
         Creates the static box for two-step construction. See wxStaticBox()