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