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