aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/version/module.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-01-29 09:19:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-01-29 09:19:06 +0200
commitc4fcbad1cb603756dc4dac65392feb86be1a722d (patch)
treeda9c9c2278c63d20237a7178fde450d7472a59c9 /libbuild2/version/module.hxx
parentccb417a7c1456427b76914e8a11ca87b4926eeb3 (diff)
Rename module_base to module, redo module boot/init argument passing
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;