X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5a0348c44940b6cb06811fc99e9c0218cc856ec3..32485259c1342115488d219776dfebeb3d4d81b1:/include/wx/xrc/xh_mdi.h?ds=sidebyside diff --git a/include/wx/xrc/xh_mdi.h b/include/wx/xrc/xh_mdi.h index 7d5d8809ce..f17d8e9294 100644 --- a/include/wx/xrc/xh_mdi.h +++ b/include/wx/xrc/xh_mdi.h @@ -19,7 +19,7 @@ #if wxUSE_MDI -class WXDLLIMPEXP_CORE wxFrame; +class WXDLLIMPEXP_CORE wxWindow; class WXDLLIMPEXP_XRC wxMdiXmlHandler : public wxXmlResourceHandler { @@ -29,7 +29,7 @@ public: virtual bool CanHandle(wxXmlNode *node); private: - wxFrame *CreateFrame(); + wxWindow *CreateFrame(); DECLARE_DYNAMIC_CLASS(wxMdiXmlHandler) };