X-Git-Url: http://git.tdb.fi/?p=builder.git;a=blobdiff_plain;f=source%2Ffeature.h;h=f0134db8dbdb712d9b276d57addd4203a96359db;hp=5bcaa4df53a3be6a91d538883c1a51701786e85c;hb=ae1ab287b544cc19d185024fa64e475a957313e4;hpb=74ea8208bb1aa1d9afc9657a4cdfac6714241887 diff --git a/source/feature.h b/source/feature.h index 5bcaa4d..f0134db 100644 --- a/source/feature.h +++ b/source/feature.h @@ -18,6 +18,7 @@ struct Feature std::string description; std::string default_value; std::list choices; + bool exported; Feature(const std::string &); };