]> git.tdb.fi Git - builder.git/blobdiff - source/sourcepackage.h
Convert all list containers to vectors
[builder.git] / source / sourcepackage.h
index cb2ab9d46676b0cf3f437281e73326370522e681..23e8f36320aaf5de5393bffb9ef5ab3268c7ee06 100644 (file)
@@ -55,9 +55,9 @@ private:
        Msp::FS::Path source_dir;
        const BuildType *build_type;
        Toolchain local_tools;
-       std::list<Feature> features;
+       std::vector<Feature> features;
        BuildInfo build_info;
-       std::list<Component *> components;
+       std::vector<Component *> components;
        SourceArchiveComponent *source_archive;
        Config config;
        mutable Cache cache;