aboutsummaryrefslogtreecommitdiff
path: root/build2/file.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/file.ixx')
-rw-r--r--build2/file.ixx4
1 files changed, 2 insertions, 2 deletions
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);
}
}