Parser
- Converted ::findSubstitution to use collect.
This commit is contained in:
@@ -73,7 +73,7 @@ private:
|
||||
void scan (void (Parser::*callback)(Tree*), Tree* tree = NULL);
|
||||
void findTerminator ();
|
||||
void findPattern (Tree*);
|
||||
void findSubstitution (Tree*);
|
||||
void findSubstitution ();
|
||||
void findTag (Tree*);
|
||||
void findAttribute (Tree*);
|
||||
void findAttributeModifier (Tree*);
|
||||
|
||||
Reference in New Issue
Block a user