X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da86e1776517d2403a687de08947698f5a608219..5ee1d7604b1867c9aaf4c13a92a304c82acf6ebd:/src/xrc/xh_panel.cpp diff --git a/src/xrc/xh_panel.cpp b/src/xrc/xh_panel.cpp index 035c6cade4..6b6a467e19 100644 --- a/src/xrc/xh_panel.cpp +++ b/src/xrc/xh_panel.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_panel.h" #include "wx/panel.h" @@ -57,4 +57,4 @@ bool wxPanelXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxPanel")); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC