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.ixx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/algorithm.ixx') diff --git a/build2/algorithm.ixx b/build2/algorithm.ixx index fb77e9c..e41b87f 100644 --- a/build2/algorithm.ixx +++ b/build2/algorithm.ixx @@ -78,7 +78,7 @@ namespace build2 const string& name, const string* ext, const scope* scope, - const optional& proj) + const optional& proj) { return search ( t, @@ -99,7 +99,7 @@ namespace build2 const string& name, const string* ext, const scope* scope, - const optional& proj) + const optional& proj) { return search_existing ( prerequisite_key { -- cgit v1.1