mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Parser
- ::getOverrides scans all nodes.
This commit is contained in:
parent
3eb611057d
commit
a4b43c2604
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ void Parser::getOverrides (
|
||||||
File& rc)
|
File& rc)
|
||||||
{
|
{
|
||||||
std::vector <Tree*> nodes;
|
std::vector <Tree*> nodes;
|
||||||
collect (nodes, false);
|
collect (nodes, true);
|
||||||
std::vector <Tree*>::iterator i;
|
std::vector <Tree*>::iterator i;
|
||||||
for (i = nodes.begin (); i != nodes.end (); ++i)
|
for (i = nodes.begin (); i != nodes.end (); ++i)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue