X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcopy.h;h=d65bb05a0c70e62b87382cea20fb16950b8b5061;hb=1ed833343bc83b83c5f61cbfd74423bbba677a04;hp=c0a433996a9c0a14625ebf918c9c6092eac6d9e0;hpb=2a23a19ff6717b32ddc45f84681c5c969c967e45;p=builder.git diff --git a/source/copy.h b/source/copy.h index c0a4339..d65bb05 100644 --- a/source/copy.h +++ b/source/copy.h @@ -11,10 +11,9 @@ Copies a file to another place. Used by the InstalledFile target. class Copy: public Tool { public: - Copy(Builder &b): Tool(b, "CP") { } + Copy(Builder &); Target *create_target(const std::vector &, const std::string &) override; - Task *run(const Target &) const override; private: static bool _run(const InstalledFile &);