1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-29 15:13:01 +04:00

another round on the element parsing. Test case passes.

This commit is contained in:
Lee Thomason (grinliz)
2012-02-24 16:23:40 -08:00
parent 7468f11413
commit 784607f31d
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -588,7 +588,8 @@ enum {
ERROR_PARSING_DECLARATION,
ERROR_PARSING_UNKNOWN,
ERROR_EMPTY_DOCUMENT,
ERROR_MISMATCHED_ELEMENT
ERROR_MISMATCHED_ELEMENT,
ERROR_PARSING
};