Fixed issue with invalid suffixes on section names.

This commit is contained in:
2016-06-09 15:33:09 +02:00
parent d629f50661
commit 26d7e216a6
4 changed files with 31 additions and 22 deletions

View File

@@ -67,6 +67,8 @@ class Parser
template<typename Type>
bool probe(const Type &expectedValue);
bool probeIdentifier(const std::string &identifier);
template<typename Type>
void expect(const Type &expectedValue);