aboutsummaryrefslogtreecommitdiff
path: root/build2/bin/module
diff options
context:
space:
mode:
Diffstat (limited to 'build2/bin/module')
-rw-r--r--build2/bin/module2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/bin/module b/build2/bin/module
index 765eb2c..44dfbc7 100644
--- a/build2/bin/module
+++ b/build2/bin/module
@@ -16,7 +16,7 @@ namespace build2
{
extern "C" bool
bin_init (
- scope&, scope&, const location&, unique_ptr<module>&, bool, bool);
+ scope&, scope&, const location&, unique_ptr<module_base>&, bool, bool);
}
}