]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/mapxml/xmlparse.cpp
Wean off #define
[xonotic/netradiant.git] / plugins / mapxml / xmlparse.cpp
index 044adb66ead780b0ea7a3d6e921c969cbf7dabf2..ab2eb1bf7c21ec3c263ca13be9b7f3c3c638845f 100644 (file)
@@ -39,7 +39,7 @@
 #include "generic/object.h"
 
 
-#define PARSE_ERROR "XML PARSE ERROR"
+const char *PARSE_ERROR = "XML PARSE ERROR";
 
 
 inline XMLImporter* Node_getXMLImporter( scene::Node& node ){