- Changed ::injectDefaults from collectLeaf to collectTerminated, when scanning
  args to construct the "[task next]" feedback.
This commit is contained in:
Paul Beckingham 2014-09-07 14:51:24 -04:00
parent 9e3a8e5c82
commit eebe3b0806

View file

@ -596,7 +596,7 @@ void Parser::injectDefaults ()
std::string combined;
std::vector <Tree*> nodes;
collect (nodes);
collect (nodes, collectTerminated);
std::vector <Tree*>::iterator i;
for (i = nodes.begin (); i != nodes.end (); ++i)
{