mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-31 05:47:18 +02:00
Parser
- ::findModifications scans all nodes.
This commit is contained in:
parent
d9e26c3a95
commit
06b41218c5
1 changed files with 1 additions and 1 deletions
|
@ -1570,7 +1570,7 @@ void Parser::findModifications ()
|
|||
bool after_writecmd = false;
|
||||
|
||||
std::vector <Tree*> nodes;
|
||||
collect (nodes, false);
|
||||
collect (nodes, true);
|
||||
std::vector <Tree*>::iterator i;
|
||||
for (i = nodes.begin (); i != nodes.end (); ++i)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue