X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinarycomponent.h;h=ef145da49da7b6bdea0649412b6782318641d182;hb=451ef4f33b5a57dcb56bd7cb671bed359ac86247;hp=eca9508fd26da06b3fdfbe87486131d7fc2f9e02;hpb=aa053d637e8259755af7d2e4b510a242f4d29c7b;p=builder.git diff --git a/source/binarycomponent.h b/source/binarycomponent.h index eca9508..ef145da 100644 --- a/source/binarycomponent.h +++ b/source/binarycomponent.h @@ -26,7 +26,7 @@ private: std::vector uses; public: - BinaryComponent(SourcePackage &, const std::string &, Type); + BinaryComponent(SourcePackage &p, const std::string &n, Type t): Component(p, n), type(t) { } Type get_type() const { return type; }