소스 검색

weird compile issues

Lee Thomason 9 년 전
부모
커밋
9e2d29b373
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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");