X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f80ea77b4a8bac4ab005bfc592f9cd3262ffa397..4566d7db6fc8adaecc8c5d5245a6b876c114496a:/src/xrc/xh_scrol.cpp?ds=inline diff --git a/src/xrc/xh_scrol.cpp b/src/xrc/xh_scrol.cpp index f1c6fcba19..dd330bb78b 100644 --- a/src/xrc/xh_scrol.cpp +++ b/src/xrc/xh_scrol.cpp @@ -19,6 +19,8 @@ #pragma hdrstop #endif +#if wxUSE_XRC + #include "wx/xrc/xh_scrol.h" #include "wx/scrolbar.h" @@ -58,3 +60,5 @@ bool wxScrollBarXmlHandler::CanHandle(wxXmlNode *node) { return IsOfClass(node, wxT("wxScrollBar")); } + +#endif // wxUSE_XRC