aboutsummaryrefslogtreecommitdiff
path: root/build2/algorithm
diff options
context:
space:
mode:
Diffstat (limited to 'build2/algorithm')
-rw-r--r--build2/algorithm2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/algorithm b/build2/algorithm
index 3dbef4c..9a91781 100644
--- a/build2/algorithm
+++ b/build2/algorithm
@@ -46,7 +46,7 @@ namespace build2
const string& name,
const string* ext,
scope*,
- const string* proj = nullptr);
+ const optional<string>& proj = nullopt);
// As above but specify the target type as template argument.
//