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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/libbuild2/cc/module.hxx b/libbuild2/cc/module.hxx
index 81456b3..85b7158 100644
--- a/libbuild2/cc/module.hxx
+++ b/libbuild2/cc/module.hxx
@@ -88,10 +88,10 @@ namespace build2
class LIBBUILD2_CC_SYMEXPORT module: public build2::module,
public virtual common,
- link_rule,
- compile_rule,
- install_rule,
- libux_install_rule
+ public link_rule,
+ public compile_rule,
+ public install_rule,
+ public libux_install_rule
{
public:
explicit