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