diff --git a/src/Parser.cpp b/src/Parser.cpp index 01562daef..955edab31 100644 --- a/src/Parser.cpp +++ b/src/Parser.cpp @@ -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 nodes; - collect (nodes, collectLeaf); + collect (nodes, collectAll); std::vector ::iterator i; for (i = nodes.begin (); i != nodes.end (); ++i) {