Explorar el Código

weird compile issues

Lee Thomason hace 8 años
padre
commit
9e2d29b373
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      xmltest.cpp

+ 1 - 1
xmltest.cpp

@@ -1776,7 +1776,7 @@ int main( int argc, const char ** argv )
 		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");