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

Add pre-assert, fix comment

This commit is contained in:
Dmitry-Me
2014-11-08 15:24:52 +03:00
parent 97cfa03865
commit 66d2a84715
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -491,7 +491,7 @@ public:
}
};
// WARNING: must match XMLErrorNames[]
// WARNING: must match XMLDocument::_errorNames[]
enum XMLError {
XML_SUCCESS = 0,
XML_NO_ERROR = 0,