X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/925f7740663f38ed8296ddb247754a9d62152aea..5dd238c6dde6c4941b4cb26143cd7e5d2ad65ed4:/include/wx/motif/statbox.h diff --git a/include/wx/motif/statbox.h b/include/wx/motif/statbox.h index 1682037dc1..cddbe301e1 100644 --- a/include/wx/motif/statbox.h +++ b/include/wx/motif/statbox.h @@ -13,7 +13,7 @@ #define _WX_STATBOX_H_ // Group box -class WXDLLEXPORT wxStaticBox: public wxStaticBoxBase +class WXDLLIMPEXP_CORE wxStaticBox: public wxStaticBoxBase { DECLARE_DYNAMIC_CLASS(wxStaticBox) @@ -29,7 +29,7 @@ public: Create(parent, id, label, pos, size, style, name); } - ~wxStaticBox(); + virtual ~wxStaticBox(); bool Create(wxWindow *parent, wxWindowID id, const wxString& label,