X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4db172a3b318df9aff178eb6c5da149d56e0859..3c06bd88f48859dfd3f3948ffcfdcb0b9248ccd8:/src/xrc/xh_listbk.cpp diff --git a/src/xrc/xh_listbk.cpp b/src/xrc/xh_listbk.cpp index f75ae9f883..36138404de 100644 --- a/src/xrc/xh_listbk.cpp +++ b/src/xrc/xh_listbk.cpp @@ -21,16 +21,18 @@ #ifndef WX_PRECOMP #include "wx/log.h" + #include "wx/sizer.h" #endif #include "wx/listbook.h" #include "wx/imaglist.h" -#include "wx/sizer.h" IMPLEMENT_DYNAMIC_CLASS(wxListbookXmlHandler, wxXmlResourceHandler) wxListbookXmlHandler::wxListbookXmlHandler() -: wxXmlResourceHandler(), m_isInside(false), m_listbook(NULL) + :wxXmlResourceHandler(), + m_isInside(false), + m_listbook(NULL) { XRC_ADD_STYLE(wxBK_DEFAULT); XRC_ADD_STYLE(wxBK_LEFT);