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 e0291fe..0c4ad62 100644 --- a/libbuild2/file.hxx +++ b/libbuild2/file.hxx @@ -146,7 +146,7 @@ namespace build2 // second. // LIBBUILD2_SYMEXPORT pair<scope&, scope*> - switch_scope (scope& root, const dir_path&, bool project = true); + switch_scope (scope& root, const dir_path& out_base, bool project = true); // Bootstrap and optionally load an ad hoc (sub)project (i.e., the kind that // is not discovered and loaded automatically by bootstrap/load functions |