X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da86e1776517d2403a687de08947698f5a608219..976f924083419b6a7feb1ff7d597c746a70abf1a:/src/xrc/xh_radbt.cpp?ds=sidebyside diff --git a/src/xrc/xh_radbt.cpp b/src/xrc/xh_radbt.cpp index 1fa49b84ec..e615ef9365 100644 --- a/src/xrc/xh_radbt.cpp +++ b/src/xrc/xh_radbt.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC && wxUSE_RADIOBOX +#if wxUSE_XRC && wxUSE_RADIOBOX #include "wx/xrc/xh_radbt.h" #include "wx/radiobut.h" @@ -63,4 +63,4 @@ bool wxRadioButtonXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxRadioButton")); } -#endif // wxUSE_XML && wxUSE_XRC && wxUSE_NOTEBOOK +#endif // wxUSE_XRC && wxUSE_NOTEBOOK