aboutsummaryrefslogtreecommitdiff
path: root/build2/module.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/module.cxx')
-rw-r--r--build2/module.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/module.cxx b/build2/module.cxx
index cfab057..1334689 100644
--- a/build2/module.cxx
+++ b/build2/module.cxx
@@ -50,11 +50,11 @@ namespace build2
}
bool
- load_module (bool opt,
- const string& name,
+ load_module (const string& name,
scope& rs,
scope& bs,
- const location& loc)
+ const location& loc,
+ bool opt)
{
// First see if this modules has already been loaded for this project.
//