X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finstallcomponent.h;h=457256d6d14be9863672e42e7268cce5ebdb9b39;hb=1ed833343bc83b83c5f61cbfd74423bbba677a04;hp=412bd0b58c5b6cfd5ca32ac3b2c7fbc9de42c406;hpb=bde362811368647047f3ca13bdec596f092ecffe;p=builder.git diff --git a/source/installcomponent.h b/source/installcomponent.h index 412bd0b..457256d 100644 --- a/source/installcomponent.h +++ b/source/installcomponent.h @@ -6,7 +6,7 @@ class InstallComponent: public Component { public: - InstallComponent(SourcePackage &, const std::string &); + InstallComponent(SourcePackage &p, const std::string &n): Component(p, n) { } void create_targets() const override; };