aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/module.hxx
diff options
context:
space:
mode:
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,