From 9e2d29b3735f28c79124c7dee9336b18b179cb76 Mon Sep 17 00:00:00 2001 From: Lee Thomason Date: Fri, 16 Jun 2017 09:51:11 -0700 Subject: [PATCH] weird compile issues --- xmltest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmltest.cpp b/xmltest.cpp index ae0031c..3ed25b8 100644 --- a/xmltest.cpp +++ b/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");