]> 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 76dbd1e972034f76fbdfc47a227182f9ffe0f715..ded3f30324458511a8f010470caf2dbde0ab0596 100644 (file)
@@ -16,6 +16,9 @@
 #endif
 
 #include "wx/defs.h"
+
+#if wxUSE_XRC
+
 #include "wx/string.h"
 #include "wx/dynarray.h"
 #include "wx/datetime.h"
@@ -93,7 +96,8 @@ WX_DECLARE_USER_EXPORTED_OBJARRAY(wxXmlResourceDataRecord,
 enum wxXmlResourceFlags
 {
     wxXRC_USE_LOCALE     = 1,
-    wxXRC_NO_SUBCLASSING = 2
+    wxXRC_NO_SUBCLASSING = 2,
+    wxXRC_NO_RELOADING   = 4
 };
 
 // This class holds XML resources from one or more .xml files
@@ -488,5 +492,6 @@ public:
     #define GetXMLID          GetXRCID
 #endif
 
+#endif // wxUSE_XRC
 
 #endif // _WX_XMLRES_H_