Parser
- ::applyOverrides looks at all nodes.
This commit is contained in:
@@ -580,10 +580,10 @@ void Parser::getDataLocation (Path& data)
|
|||||||
// leaving only the plain args.
|
// leaving only the plain args.
|
||||||
void Parser::applyOverrides ()
|
void Parser::applyOverrides ()
|
||||||
{
|
{
|
||||||
context.debug ("Parse::applyOverrides");
|
context.debug ("Parser::applyOverrides");
|
||||||
|
|
||||||
std::vector <Tree*> nodes;
|
std::vector <Tree*> nodes;
|
||||||
collect (nodes, collectLeaf);
|
collect (nodes, collectAll);
|
||||||
std::vector <Tree*>::iterator i;
|
std::vector <Tree*>::iterator i;
|
||||||
for (i = nodes.begin (); i != nodes.end (); ++i)
|
for (i = nodes.begin (); i != nodes.end (); ++i)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user