X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffeature.h;h=f8ec33471de5995e255e68c048a203e8ade78be2;hb=d1f9551e05c9d341149eb490e05b1465d3d6b711;hp=2ab2081ec213e4a9658fa4852de2d87017c71db5;hpb=6b84e1f5673888753cbe566c1365222ed33fd3ac;p=builder.git diff --git a/source/feature.h b/source/feature.h index 2ab2081..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::string default_value = "no"; std::vector choices; - bool exported; + bool exported = false; Feature(const std::string &); };