]> git.tdb.fi Git - builder.git/blobdiff - source/feature.h
Convert all list containers to vectors
[builder.git] / source / feature.h
index 5bcaa4df53a3be6a91d538883c1a51701786e85c..2ab2081ec213e4a9658fa4852de2d87017c71db5 100644 (file)
@@ -17,7 +17,8 @@ struct Feature
        std::string name;
        std::string description;
        std::string default_value;
-       std::list<std::string> choices;
+       std::vector<std::string> choices;
+       bool exported;
 
        Feature(const std::string &);
 };