From 470eced5567500dcce9020008f73ff4b397af46c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 24 Dec 2018 23:13:34 +0300 Subject: Add build_config::classes member --- libbbot/build-config.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libbbot/build-config.hxx') diff --git a/libbbot/build-config.hxx b/libbbot/build-config.hxx index 9396782..b5c5ade 100644 --- a/libbbot/build-config.hxx +++ b/libbbot/build-config.hxx @@ -37,6 +37,11 @@ namespace bbot struct build_configs: std::vector { + // List of all configuration class names. Starts with the all and default + // classes. The rest follows in the same order as in the buildtab. + // + std::vector classes; + // A map of derived class names to their bases. // std::map class_inheritance_map; -- cgit v1.1