commit | 784607f31d8478e9a1246a1932dc23e4ffe4fe99 | [log] [tgz] |
---|---|---|
author | Lee Thomason (grinliz) <leethomason@gmail.com> | Fri Feb 24 16:23:40 2012 -0800 |
committer | Lee Thomason (grinliz) <leethomason@gmail.com> | Fri Feb 24 16:23:40 2012 -0800 |
tree | 5ea832a5fc827dd0c992977b98c0772e8c94db11 | |
parent | 7468f11413a6f19cd3e5d5f566ec305c1111c9cf [diff] [blame] |
another round on the element parsing. Test case passes.
diff --git a/tinyxml2.h b/tinyxml2.h index 9f63514..8136d82 100644 --- a/tinyxml2.h +++ b/tinyxml2.h
@@ -588,7 +588,8 @@ ERROR_PARSING_DECLARATION, ERROR_PARSING_UNKNOWN, ERROR_EMPTY_DOCUMENT, - ERROR_MISMATCHED_ELEMENT + ERROR_MISMATCHED_ELEMENT, + ERROR_PARSING };