mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-07 22:58:34 +02:00
Parser
- Modified ::findPattern to use collect.
This commit is contained in:
parent
a4f558ee1c
commit
6dd359e900
2 changed files with 32 additions and 22 deletions
|
@ -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*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue