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

Reuse code with pre-parse adjustments

This commit is contained in:
Dmitry-Me
2015-01-01 16:15:57 +03:00
parent b4e81b014e
commit 97476b7b9e
2 changed files with 17 additions and 19 deletions
+2
View File
@@ -1730,6 +1730,8 @@ private:
MemPoolT< sizeof(XMLComment) > _commentPool;
static const char* _errorNames[XML_ERROR_COUNT];
void Parse();
};