X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinarycomponent.h;h=eca9508fd26da06b3fdfbe87486131d7fc2f9e02;hb=6b84e1f5673888753cbe566c1365222ed33fd3ac;hp=7c8453420b2cd1cbef60f9cf53829507898e577a;hpb=bde362811368647047f3ca13bdec596f092ecffe;p=builder.git diff --git a/source/binarycomponent.h b/source/binarycomponent.h index 7c84534..eca9508 100644 --- a/source/binarycomponent.h +++ b/source/binarycomponent.h @@ -22,10 +22,8 @@ public: }; private: - typedef std::list UseList; - Type type; - UseList uses; + std::vector uses; public: BinaryComponent(SourcePackage &, const std::string &, Type);