X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffeature.h;h=2ab2081ec213e4a9658fa4852de2d87017c71db5;hb=aa053d637e8259755af7d2e4b510a242f4d29c7b;hp=f0134db8dbdb712d9b276d57addd4203a96359db;hpb=9f885c3eec8f065b7dc400acfb9dd67158284fcf;p=builder.git diff --git a/source/feature.h b/source/feature.h index f0134db..2ab2081 100644 --- a/source/feature.h +++ b/source/feature.h @@ -17,7 +17,7 @@ struct Feature std::string name; std::string description; std::string default_value; - std::list choices; + std::vector choices; bool exported; Feature(const std::string &);