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