X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1ea9acd9aa1b0e5fa3f7bef3db4eca77822bfe35..1d6fcbcc7088e9c104b3dc5b4704a07f728d55ae:/include/wx/msw/mdi.h diff --git a/include/wx/msw/mdi.h b/include/wx/msw/mdi.h index b872359a2b..2148e5ab0a 100644 --- a/include/wx/msw/mdi.h +++ b/include/wx/msw/mdi.h @@ -38,7 +38,7 @@ public: Create(parent, id, title, pos, size, style, name); } - ~wxMDIParentFrame(); + virtual ~wxMDIParentFrame(); bool Create(wxWindow *parent, wxWindowID id, @@ -139,7 +139,7 @@ public: Create(parent, id, title, pos, size, style, name); } - ~wxMDIChildFrame(); + virtual ~wxMDIChildFrame(); bool Create(wxMDIParentFrame *parent, wxWindowID id,