X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ca8d899fcb677bad4ed7df5c65887b725a092482..9804c4d95c3c8abb492e24f5f7e989016fee53f1:/include/wx/sizer.h diff --git a/include/wx/sizer.h b/include/wx/sizer.h index 1aab873030..e278b0d2ba 100644 --- a/include/wx/sizer.h +++ b/include/wx/sizer.h @@ -327,7 +327,7 @@ class WXDLLEXPORT wxSizer: public wxObject, public wxClientDataContainer { public: wxSizer() { m_containingWindow = NULL; } - ~wxSizer(); + virtual ~wxSizer(); // methods for adding elements to the sizer: there are Add/Insert/Prepend // overloads for each of window/sizer/spacer/wxSizerItem