X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffeature.h;h=2ab2081ec213e4a9658fa4852de2d87017c71db5;hb=aa053d637e8259755af7d2e4b510a242f4d29c7b;hp=5bcaa4df53a3be6a91d538883c1a51701786e85c;hpb=64661ac00a3a7eaa2295b85be642b6c96276cf97;p=builder.git diff --git a/source/feature.h b/source/feature.h index 5bcaa4d..2ab2081 100644 --- a/source/feature.h +++ b/source/feature.h @@ -17,7 +17,8 @@ struct Feature std::string name; std::string description; std::string default_value; - std::list choices; + std::vector choices; + bool exported; Feature(const std::string &); };