From c7e9f97fc7684c01c692916be1ac2cfc92024a0c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 30 Apr 2020 14:34:53 +0200 Subject: Verify path set by {src,out}-root.build files is absolute --- libbuild2/variable.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/variable.hxx') diff --git a/libbuild2/variable.hxx b/libbuild2/variable.hxx index 93f684b..409a4aa 100644 --- a/libbuild2/variable.hxx +++ b/libbuild2/variable.hxx @@ -460,8 +460,8 @@ namespace build2 // for diagnostics. // template - void typify (value&, const variable*); - void typify (value&, const value_type&, const variable*); + void typify (value&, const variable*); + void typify (value&, const value_type&, const variable*); LIBBUILD2_SYMEXPORT void typify_atomic (context&, value&, const value_type&, const variable*); -- cgit v1.1