X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsourcepackage.h;h=23e8f36320aaf5de5393bffb9ef5ab3268c7ee06;hb=aa053d637e8259755af7d2e4b510a242f4d29c7b;hp=cb2ab9d46676b0cf3f437281e73326370522e681;hpb=9f885c3eec8f065b7dc400acfb9dd67158284fcf;p=builder.git diff --git a/source/sourcepackage.h b/source/sourcepackage.h index cb2ab9d..23e8f36 100644 --- a/source/sourcepackage.h +++ b/source/sourcepackage.h @@ -55,9 +55,9 @@ private: Msp::FS::Path source_dir; const BuildType *build_type; Toolchain local_tools; - std::list features; + std::vector features; BuildInfo build_info; - std::list components; + std::vector components; SourceArchiveComponent *source_archive; Config config; mutable Cache cache;