From 294c558d577cd4acb2ee8e94e0dfd6acdb946c6c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 7 Dec 2018 23:12:05 +0300 Subject: Add support for build configuration class inheritance --- mod/mod-build-configs.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'mod/mod-build-configs.hxx') diff --git a/mod/mod-build-configs.hxx b/mod/mod-build-configs.hxx index 0c57359..754c596 100644 --- a/mod/mod-build-configs.hxx +++ b/mod/mod-build-configs.hxx @@ -8,14 +8,13 @@ #include #include -#include - #include #include +#include namespace brep { - class build_configs: public handler + class build_configs: public handler, private build_config_module { public: build_configs () = default; @@ -41,7 +40,6 @@ namespace brep private: shared_ptr options_; - shared_ptr build_conf_; }; } -- cgit v1.1