X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffeature.h;h=f0134db8dbdb712d9b276d57addd4203a96359db;hb=407b96515a5246384847d1835a2d69704e941ea1;hp=5bcaa4df53a3be6a91d538883c1a51701786e85c;hpb=64661ac00a3a7eaa2295b85be642b6c96276cf97;p=builder.git 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 &); };