]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xmlres.h
warning for 2.5.3
[wxWidgets.git] / include / wx / xrc / xmlres.h
index 82e8c5871b3e39d7514aacc84dcf26d0d4445443..ded3f30324458511a8f010470caf2dbde0ab0596 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "wx/defs.h"
 
-#if wxUSE_XML && wxUSE_XRC
+#if wxUSE_XRC
 
 #include "wx/string.h"
 #include "wx/dynarray.h"
@@ -492,6 +492,6 @@ public:
     #define GetXMLID          GetXRCID
 #endif
 
-#endif // wxUSE_XML && wxUSE_XRC
+#endif // wxUSE_XRC
 
 #endif // _WX_XMLRES_H_