X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..95b4a59e67af301bb6ff061055ac5a9a09b96d6c:/interface/wx/statbox.h?ds=inline diff --git a/interface/wx/statbox.h b/interface/wx/statbox.h index b6719749cb..c612133138 100644 --- a/interface/wx/statbox.h +++ b/interface/wx/statbox.h @@ -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()