X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/74c107ba4831e588b219f1c28161f2707f30d0c3..432a3d7a86684041e90a9e00a31848f570aa174b:/src/xrc/xh_choic.cpp diff --git a/src/xrc/xh_choic.cpp b/src/xrc/xh_choic.cpp index f2dd0bdb43..15f7c6a77c 100644 --- a/src/xrc/xh_choic.cpp +++ b/src/xrc/xh_choic.cpp @@ -23,6 +23,8 @@ #include "wx/choice.h" #include "wx/intl.h" +IMPLEMENT_DYNAMIC_CLASS(wxChoiceXmlHandler, wxXmlResourceHandler) + wxChoiceXmlHandler::wxChoiceXmlHandler() : wxXmlResourceHandler() , m_insideBox(FALSE) {