X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finstallcomponent.h;h=457256d6d14be9863672e42e7268cce5ebdb9b39;hb=f0c0d720edc01f5faa72bb4ff4bf655445842678;hp=43dae7192972e9aaaca337d79694248c7879f505;hpb=35f2979869bff43706f3163ec0979c7084aaa3c4;p=builder.git diff --git a/source/installcomponent.h b/source/installcomponent.h index 43dae71..457256d 100644 --- a/source/installcomponent.h +++ b/source/installcomponent.h @@ -6,9 +6,9 @@ class InstallComponent: public Component { public: - InstallComponent(SourcePackage &, const std::string &); + InstallComponent(SourcePackage &p, const std::string &n): Component(p, n) { } - virtual void create_targets() const; + void create_targets() const override; }; #endif