X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f5b93fb9f2691f059643400ab3ff7b362b17aac..bc59c2062c644236551b9652874414bdb2144955:/contrib/src/xrc/xh_split.cpp diff --git a/contrib/src/xrc/xh_split.cpp b/contrib/src/xrc/xh_split.cpp index 4b23f9ff60..bc6f9c5f24 100644 --- a/contrib/src/xrc/xh_split.cpp +++ b/contrib/src/xrc/xh_split.cpp @@ -23,6 +23,8 @@ #include "wx/splitter.h" #include "wx/log.h" +IMPLEMENT_DYNAMIC_CLASS(wxSplitterWindowXmlHandler, wxXmlResourceHandler) + wxSplitterWindowXmlHandler::wxSplitterWindowXmlHandler() : wxXmlResourceHandler() { XRC_ADD_STYLE(wxSP_3D);