aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/module.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/module.hxx')
-rw-r--r--build2/cc/module.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/module.hxx b/build2/cc/module.hxx
index a6a1115..c34b0e5 100644
--- a/build2/cc/module.hxx
+++ b/build2/cc/module.hxx
@@ -51,7 +51,7 @@ namespace build2
msvc_library_search_paths (process_path&, scope&) const; // msvc.cxx
};
- class module: public module_base, protected virtual common,
+ class module: public module_base, public virtual common,
link,
compile,
file_install,