From c4fcbad1cb603756dc4dac65392feb86be1a722d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 29 Jan 2020 09:19:06 +0200 Subject: Rename module_base to module, redo module boot/init argument passing --- libbuild2/cc/module.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/cc/module.hxx') diff --git a/libbuild2/cc/module.hxx b/libbuild2/cc/module.hxx index 77fe55c..5c7b8ab 100644 --- a/libbuild2/cc/module.hxx +++ b/libbuild2/cc/module.hxx @@ -25,7 +25,7 @@ namespace build2 { struct compiler_info; - class LIBBUILD2_CC_SYMEXPORT config_module: public module_base, + class LIBBUILD2_CC_SYMEXPORT config_module: public build2::module, public virtual config_data { public: @@ -81,7 +81,7 @@ namespace build2 bool new_; // See guess() and init() for details. }; - class LIBBUILD2_CC_SYMEXPORT module: public module_base, + class LIBBUILD2_CC_SYMEXPORT module: public build2::module, public virtual common, link_rule, compile_rule, -- cgit v1.1