X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinarycomponent.h;h=eca9508fd26da06b3fdfbe87486131d7fc2f9e02;hb=aa053d637e8259755af7d2e4b510a242f4d29c7b;hp=c31fff2582eff09ee327ad4021fd3c49b97cea7e;hpb=9f885c3eec8f065b7dc400acfb9dd67158284fcf;p=builder.git diff --git a/source/binarycomponent.h b/source/binarycomponent.h index c31fff2..eca9508 100644 --- a/source/binarycomponent.h +++ b/source/binarycomponent.h @@ -23,7 +23,7 @@ public: private: Type type; - std::list uses; + std::vector uses; public: BinaryComponent(SourcePackage &, const std::string &, Type);