aboutsummaryrefslogtreecommitdiff
path: root/build2/scope.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/scope.hxx')
-rw-r--r--build2/scope.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/build2/scope.hxx b/build2/scope.hxx
index 7929bce..a0c96f0 100644
--- a/build2/scope.hxx
+++ b/build2/scope.hxx
@@ -352,7 +352,7 @@ namespace build2
// global scope with empty key.
//
iterator
- insert (const dir_path&, bool root);
+ insert (const dir_path&, bool root = false);
// Find the most qualified scope that encompasses this path.
//
@@ -396,6 +396,7 @@ namespace build2
// Entities that can access bypassing the lock proof.
//
+ friend int main (int, char*[]);
friend variable_overrides reset (const strings&);
scope&