aboutsummaryrefslogtreecommitdiff
path: root/build2/dist/module
diff options
context:
space:
mode:
Diffstat (limited to 'build2/dist/module')
-rw-r--r--build2/dist/module4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/dist/module b/build2/dist/module
index 829f3f7..61e44c3 100644
--- a/build2/dist/module
+++ b/build2/dist/module
@@ -15,11 +15,11 @@ namespace build2
namespace dist
{
extern "C" void
- dist_boot (scope&, const location&, unique_ptr<module>&);
+ dist_boot (scope&, const location&, unique_ptr<module_base>&);
extern "C" bool
dist_init (
- scope&, scope&, const location&, unique_ptr<module>&, bool, bool);
+ scope&, scope&, const location&, unique_ptr<module_base>&, bool, bool);
}
}