aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/version/module.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/version/module.hxx')
-rw-r--r--libbuild2/version/module.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/version/module.hxx b/libbuild2/version/module.hxx
index 174da7b..4d51d4e 100644
--- a/libbuild2/version/module.hxx
+++ b/libbuild2/version/module.hxx
@@ -29,7 +29,7 @@ namespace build2
using dependencies = std::map<string, dependency>;
- struct module: module_base
+ struct module: build2::module
{
using dependencies_type = version::dependencies;