- ::findFilter must scan all nodes.
This commit is contained in:
Paul Beckingham 2014-08-17 15:51:28 -04:00
parent 6920b022b2
commit 075eb4ca74

View file

@ -1520,7 +1520,7 @@ void Parser::findFilter ()
bool after_readcmd = false;
std::vector <Tree*> nodes;
collect (nodes, false);
collect (nodes, true);
std::vector <Tree*>::iterator i;
for (i = nodes.begin (); i != nodes.end (); ++i)
{