mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-07 22:58:34 +02:00
Parser
- Modified ::findTag to use collect.
This commit is contained in:
parent
6dd359e900
commit
ed07e47135
2 changed files with 36 additions and 26 deletions
|
@ -74,7 +74,7 @@ private:
|
|||
void findTerminator ();
|
||||
void findPattern ();
|
||||
void findSubstitution ();
|
||||
void findTag (Tree*);
|
||||
void findTag ();
|
||||
void findAttribute (Tree*);
|
||||
void findAttributeModifier (Tree*);
|
||||
void findOperator (Tree*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue