X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14f4cead9d14d84f4e6e96c73dae90a7f252d432..9d5507f7a2701395e1d5c121bd877bb9066ee6ea:/src/xrc/xh_collpane.cpp diff --git a/src/xrc/xh_collpane.cpp b/src/xrc/xh_collpane.cpp index c8b489b3bc..bad9bcd9df 100644 --- a/src/xrc/xh_collpane.cpp +++ b/src/xrc/xh_collpane.cpp @@ -17,12 +17,17 @@ #if wxUSE_XRC && wxUSE_COLLPANE +#ifndef WX_PRECOMP + #include "wx/log.h" +#endif + +#include "wx/collpane.h" #include "wx/xrc/xh_collpane.h" -#include "wx/log.h" IMPLEMENT_DYNAMIC_CLASS(wxCollapsiblePaneXmlHandler, wxXmlResourceHandler) -wxCollapsiblePaneXmlHandler::wxCollapsiblePaneXmlHandler() : wxXmlResourceHandler() +wxCollapsiblePaneXmlHandler::wxCollapsiblePaneXmlHandler() +: wxXmlResourceHandler(), m_isInside(false) { XRC_ADD_STYLE(wxCP_NO_TLW_RESIZE); XRC_ADD_STYLE(wxCP_DEFAULT_STYLE);