From a60da308bfcc003fd07d2b7d848ccb8d166e472a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Apr 2016 14:38:00 +0200 Subject: Redo config inheritance logic --- build2/scope.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/scope.cxx') diff --git a/build2/scope.cxx b/build2/scope.cxx index 19f3b56..f0d28e0 100644 --- a/build2/scope.cxx +++ b/build2/scope.cxx @@ -67,7 +67,7 @@ namespace build2 pair scope:: find_override (const variable& var, - pair&& original, + pair original, bool target) const { // Normally there would be no overrides and if there are, there will only -- cgit v1.1