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/parser.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build2/parser.hxx') diff --git a/build2/parser.hxx b/build2/parser.hxx index edb2f84..acd0845 100644 --- a/build2/parser.hxx +++ b/build2/parser.hxx @@ -307,7 +307,7 @@ namespace build2 const char* what = "name", const string* separators = &name_separators, size_t pairn = 0, - const optional& prj = nullopt, + const optional& prj = nullopt, const dir_path* dir = nullptr, const string* type = nullptr, bool cross = true); @@ -319,7 +319,7 @@ namespace build2 const char* what, const string* separators, size_t pairn, - const optional& prj, + const optional& prj, const dir_path* dir, const string* type, bool cross); @@ -341,7 +341,7 @@ namespace build2 names&, const char* what, size_t pairn, - const optional& prj, + const optional& prj, const dir_path* dir, const string* type); -- cgit v1.1