- Modified ::findPattern to use collect.
This commit is contained in:
Paul Beckingham 2014-08-17 12:22:03 -04:00
parent a4f558ee1c
commit 6dd359e900
2 changed files with 32 additions and 22 deletions

View file

@ -72,7 +72,7 @@ public:
private:
void scan (void (Parser::*callback)(Tree*), Tree* tree = NULL);
void findTerminator ();
void findPattern (Tree*);
void findPattern ();
void findSubstitution ();
void findTag (Tree*);
void findAttribute (Tree*);