diff options
Diffstat (limited to 'libbuild2/file.hxx')
-rw-r--r-- | libbuild2/file.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/file.hxx b/libbuild2/file.hxx index 78bd049..ce57933 100644 --- a/libbuild2/file.hxx +++ b/libbuild2/file.hxx @@ -77,7 +77,7 @@ namespace build2 // diagnostics. // LIBBUILD2_SYMEXPORT void - source (scope& root, scope& base, istream&, const path& name); + source (scope& root, scope& base, istream&, const path_name&); // As above, but extract from a lexer (this could be useful for sourcing // stdin that requires parse_variable()). |