]> git.tdb.fi Git - builder.git/blobdiff - source/binarycomponent.h
Convert all list containers to vectors
[builder.git] / source / binarycomponent.h
index c31fff2582eff09ee327ad4021fd3c49b97cea7e..eca9508fd26da06b3fdfbe87486131d7fc2f9e02 100644 (file)
@@ -23,7 +23,7 @@ public:
 
 private:
        Type type;
-       std::list<const Component *> uses;
+       std::vector<const Component *> uses;
 
 public:
        BinaryComponent(SourcePackage &, const std::string &, Type);