X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finstallcomponent.h;h=412bd0b58c5b6cfd5ca32ac3b2c7fbc9de42c406;hb=bde362811368647047f3ca13bdec596f092ecffe;hp=43dae7192972e9aaaca337d79694248c7879f505;hpb=b45cfe5e437ca79bb3176618769628c58c0734d1;p=builder.git diff --git a/source/installcomponent.h b/source/installcomponent.h index 43dae71..412bd0b 100644 --- a/source/installcomponent.h +++ b/source/installcomponent.h @@ -8,7 +8,7 @@ class InstallComponent: public Component public: InstallComponent(SourcePackage &, const std::string &); - virtual void create_targets() const; + void create_targets() const override; }; #endif