X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/289b295104fe9126962c1fa26ceae0de5cbfe80b..8a7e4b38b8fa4d31b805a0cf1779a9b95142f05b:/include/wx/os2/mdi.h diff --git a/include/wx/os2/mdi.h b/include/wx/os2/mdi.h index a7d61b0cc3..7bea970db9 100644 --- a/include/wx/os2/mdi.h +++ b/include/wx/os2/mdi.h @@ -38,7 +38,7 @@ public: Create(parent, id, title, pos, size, style, name); } - ~wxMDIParentFrame(); + virtual ~wxMDIParentFrame(); bool Create(wxWindow *parent, wxWindowID id, @@ -120,7 +120,7 @@ public: Create(parent, id, title, pos, size, style, name); } - ~wxMDIChildFrame(); + virtual ~wxMDIChildFrame(); bool Create(wxMDIParentFrame *parent, wxWindowID id,