weird compile issues
diff --git a/xmltest.cpp b/xmltest.cpp
index ae0031c..3ed25b8 100644
--- a/xmltest.cpp
+++ b/xmltest.cpp
@@ -1776,7 +1776,7 @@
 		XMLError err = doc.Parse(xml);

 		XMLElement* playlist = doc.FirstChildElement("playlist");

 

-		XMLTest("Crash bug parsing", err, XMLError::XML_SUCCESS);

+		XMLTest("Crash bug parsing", err, XML_SUCCESS);

 		XMLTest("Crash bug parsing", true, playlist != 0);

 

 		tinyxml2::XMLElement* entry = playlist->FirstChildElement("entry");