Add missing RTTI to some wxQT classes

This commit is contained in:
Graham Dawes
2018-12-21 14:55:33 +00:00
parent 622deec262
commit 538cdc0841
25 changed files with 71 additions and 4 deletions

View File

@@ -65,6 +65,8 @@ public:
const wxString& name = wxFrameNameStr);
virtual void Activate();
wxDECLARE_DYNAMIC_CLASS(wxMDIChildFrame);
};
@@ -75,6 +77,7 @@ public:
wxMDIClientWindow();
virtual bool CreateClient(wxMDIParentFrame *parent, long style = wxVSCROLL | wxHSCROLL);
wxDECLARE_DYNAMIC_CLASS(wxMDIClientWindow);
};
#endif // _WX_QT_MDI_H_