- ::applyOverrides looks at all nodes.
This commit is contained in:
Paul Beckingham 2014-08-22 23:47:07 -04:00
parent dbc55b5f73
commit 1b39a03e96

View file

@ -580,10 +580,10 @@ void Parser::getDataLocation (Path& data)
// leaving only the plain args.
void Parser::applyOverrides ()
{
context.debug ("Parse::applyOverrides");
context.debug ("Parser::applyOverrides");
std::vector <Tree*> nodes;
collect (nodes, collectLeaf);
collect (nodes, collectAll);
std::vector <Tree*>::iterator i;
for (i = nodes.begin (); i != nodes.end (); ++i)
{