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