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

View File

@@ -1730,6 +1730,8 @@ private:
MemPoolT< sizeof(XMLComment) > _commentPool;
static const char* _errorNames[XML_ERROR_COUNT];
void Parse();
};