commit | befc3c3ae7b2c824db40e2c797ac7e5f2c3fc335 | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Thu Apr 05 15:53:14 2018 -0700 |
committer | Lee Thomason <leethomason@gmail.com> | Thu Apr 05 15:53:14 2018 -0700 |
tree | 66d885ab0e25aeef4fc0bfc21374e9e30488c530 | |
parent | f928c3518640448e587772b3c8dd3ad8dd0b7d22 [diff] [blame] |
fix compiler inconsistency
diff --git a/tinyxml2.cpp b/tinyxml2.cpp index 214dbb5..89b7913 100755 --- a/tinyxml2.cpp +++ b/tinyxml2.cpp
@@ -2388,7 +2388,7 @@ { _parsingDepth++; if (_parsingDepth == TINYXML2_MAX_ELEMENT_DEPTH) { - SetError(XMLError::XML_ELEMENT_DEPTH_EXCEEDED, _parseCurLineNum, "Element nesting is too deep." ); + SetError(XML_ELEMENT_DEPTH_EXCEEDED, _parseCurLineNum, "Element nesting is too deep." ); } }