From 88f0780e34116c0441a8d8c58b8a8fd9fde4b1f5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 25 Jan 2017 15:41:44 +0200 Subject: Add model mutex, make var_pool const by default --- build2/file.ixx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/file.ixx') diff --git a/build2/file.ixx b/build2/file.ixx index 050a3e9..e12654c 100644 --- a/build2/file.ixx +++ b/build2/file.ixx @@ -5,8 +5,8 @@ namespace build2 { inline bool - source_once (const path& bf, scope& root, scope& base) + source_once (scope& root, scope& base, const path& bf) { - return source_once (bf, root, base, base); + return source_once (root, base, bf, base); } } -- cgit v1.1