From d90ac405ae50f84a3cf4ba0b806cca1c89f81cff Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 26 Jul 2018 14:12:56 +0300 Subject: Make project variable to be of project_name type --- build2/algorithm.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/algorithm.hxx') diff --git a/build2/algorithm.hxx b/build2/algorithm.hxx index 22b8471..430cc9f 100644 --- a/build2/algorithm.hxx +++ b/build2/algorithm.hxx @@ -65,7 +65,7 @@ namespace build2 const string& name, const string* ext = nullptr, // NULL means unspecified. const scope* = nullptr, // NULL means dir is absolute. - const optional& proj = nullopt); + const optional& proj = nullopt); const target* search_existing (const target_type& type, @@ -74,7 +74,7 @@ namespace build2 const string& name, const string* ext = nullptr, const scope* = nullptr, - const optional& proj = nullopt); + const optional& proj = nullopt); // As above but specify the target type as template argument. // -- cgit v1.1