- ::findPlainArgs scans all nodes.
This commit is contained in:
Paul Beckingham 2014-08-17 14:37:57 -04:00
parent ddb5313747
commit 1b60478bc7

View file

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