aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-build-force.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-12-07 23:12:05 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-12-11 14:05:48 +0300
commit294c558d577cd4acb2ee8e94e0dfd6acdb946c6c (patch)
tree02742141dad6cf91040eb48eca54b718dee8ad55 /mod/mod-build-force.hxx
parent7dabb6e931740b2777be5dca53c3cec0b984f0fb (diff)
Add support for build configuration class inheritance
Diffstat (limited to 'mod/mod-build-force.hxx')
-rw-r--r--mod/mod-build-force.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/mod-build-force.hxx b/mod/mod-build-force.hxx
index 1af7723..5448026 100644
--- a/mod/mod-build-force.hxx
+++ b/mod/mod-build-force.hxx
@@ -10,10 +10,11 @@
#include <mod/options.hxx>
#include <mod/database-module.hxx>
+#include <mod/build-config-module.hxx>
namespace brep
{
- class build_force: public database_module
+ class build_force: public database_module, private build_config_module
{
public:
build_force () = default;