aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/module.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-08-04 12:45:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-08-04 12:45:08 +0200
commitafca05688dd09da5cc0cc23e72def813562e80db (patch)
tree46cfeb4ced950f128884873083d7a89b75a0015e /build2/cc/module.hxx
parentde8e93420527598bbf2c96ef44f74e3856c65c3b (diff)
Implement sidebuilding of installed modules
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,