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