diff options
Diffstat (limited to 'build/parser.cxx')
-rw-r--r-- | build/parser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/parser.cxx b/build/parser.cxx index c7687d3..4e8987e 100644 --- a/build/parser.cxx +++ b/build/parser.cxx @@ -38,7 +38,7 @@ namespace build typedef token_type type; void parser:: - parse_buildfile (istream& is, const path& p, scope& base, scope& root) + parse_buildfile (istream& is, const path& p, scope& root, scope& base) { string rw (diag_relative_work (p)); path_ = &rw; |