- ::findModifications scans all nodes.
This commit is contained in:
Paul Beckingham 2014-08-17 14:37:17 -04:00
parent d9e26c3a95
commit 06b41218c5

View file

@ -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)
{