X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/172541f64be8fcddb08f1c121da256d08c24a70b..18fa735d20b4c66db72b51d60b82a2b3f2cda763:/src/xrc/xmlrsall.cpp diff --git a/src/xrc/xmlrsall.cpp b/src/xrc/xmlrsall.cpp index d1474daa70..c4d5b04ba7 100644 --- a/src/xrc/xmlrsall.cpp +++ b/src/xrc/xmlrsall.cpp @@ -8,11 +8,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -// -- Already done in xmlres.cpp -//#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -//#pragma implementation "xmlres.h" -//#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -117,6 +112,9 @@ void wxXmlResource::InitAllHandlers() #if wxUSE_DATEPICKCTRL AddHandler(new wxDateCtrlXmlHandler); #endif +#if wxUSE_MDI + AddHandler(new wxMdiXmlHandler); +#endif } #endif // wxUSE_XRC