X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4db172a3b318df9aff178eb6c5da149d56e0859..730b772b41ad9df76e5226290bb9eb917ea161f0:/src/xrc/xh_choicbk.cpp diff --git a/src/xrc/xh_choicbk.cpp b/src/xrc/xh_choicbk.cpp index 871332f8df..5b8aff619e 100644 --- a/src/xrc/xh_choicbk.cpp +++ b/src/xrc/xh_choicbk.cpp @@ -21,16 +21,18 @@ #ifndef WX_PRECOMP #include "wx/log.h" + #include "wx/sizer.h" #endif #include "wx/choicebk.h" #include "wx/imaglist.h" -#include "wx/sizer.h" IMPLEMENT_DYNAMIC_CLASS(wxChoicebookXmlHandler, wxXmlResourceHandler) wxChoicebookXmlHandler::wxChoicebookXmlHandler() -: wxXmlResourceHandler(), m_isInside(false), m_choicebook(NULL) + :wxXmlResourceHandler(), + m_isInside(false), + m_choicebook(NULL) { XRC_ADD_STYLE(wxBK_DEFAULT); XRC_ADD_STYLE(wxBK_LEFT);