diff options
Diffstat (limited to 'libbuild2/scope.hxx')
-rw-r--r-- | libbuild2/scope.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/scope.hxx b/libbuild2/scope.hxx index 3d31ff1..0eabd17 100644 --- a/libbuild2/scope.hxx +++ b/libbuild2/scope.hxx @@ -477,7 +477,7 @@ namespace build2 // is not yet determined (happens at the end of bootstrap_src()). NULL // means there are no subprojects. // - optional<const build2::subprojects*> subprojects; + optional<build2::subprojects*> subprojects; bool altn; // True if using alternative build file/directory naming. bool loaded; // True if already loaded (load_root()). |