- Converted ::findSubstitution to use collect.
This commit is contained in:
Paul Beckingham 2014-08-17 12:18:35 -04:00
parent 50ac189693
commit a4f558ee1c
2 changed files with 35 additions and 25 deletions

View file

@ -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*);