Fixed issue with invalid suffixes on section names.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user