aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/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/cc/module.hxx
parentccb417a7c1456427b76914e8a11ca87b4926eeb3 (diff)
Rename module_base to module, redo module boot/init argument passing
Diffstat (limited to 'libbuild2/cc/module.hxx')
-rw-r--r--libbuild2/cc/module.hxx4
1 files changed, 2 insertions, 2 deletions
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,