From e2d02e1623389821294d3bba25bbbf7cd27b138a Mon Sep 17 00:00:00 2001 From: Lee Thomason Date: Thu, 5 Apr 2018 15:57:48 -0700 Subject: [PATCH] and the same fix in the test case --- xmltest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmltest.cpp b/xmltest.cpp index a1d836d..7160fe9 100644 --- a/xmltest.cpp +++ b/xmltest.cpp @@ -2036,7 +2036,7 @@ int main( int argc, const char ** argv ) for (int i=0; TESTS[i]; ++i) { XMLDocument doc; doc.LoadFile(TESTS[i]); - XMLTest("Stack overflow prevented.", XMLError::XML_ELEMENT_DEPTH_EXCEEDED, doc.ErrorID()); + XMLTest("Stack overflow prevented.", XML_ELEMENT_DEPTH_EXCEEDED, doc.ErrorID()); } } {