X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f80ea77b4a8bac4ab005bfc592f9cd3262ffa397..d50dbf7c6a8044a4084f6ffc51aa13d4a2c620c4:/src/xrc/xh_choic.cpp diff --git a/src/xrc/xh_choic.cpp b/src/xrc/xh_choic.cpp index 9b3c33d34e..29262cc59e 100644 --- a/src/xrc/xh_choic.cpp +++ b/src/xrc/xh_choic.cpp @@ -19,6 +19,8 @@ #pragma hdrstop #endif +#if wxUSE_XRC + #include "wx/xrc/xh_choic.h" #include "wx/choice.h" #include "wx/intl.h" @@ -93,3 +95,5 @@ bool wxChoiceXmlHandler::CanHandle(wxXmlNode *node) return (IsOfClass(node, wxT("wxChoice")) || (m_insideBox && node->GetName() == wxT("item"))); } + +#endif // wxUSE_XRC