X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcopy.h;h=dedd0f57a0e3aa41607d67b0f6d16c10c6fa799a;hb=e4c839cacd8572ade951f4961e8e145d20e0103f;hp=3aa10a9a94ef42674d7acd83e8c27dcef71a6a23;hpb=8fa75f16e653e22f188bc09c5d04c3cdb5cf8c52;p=builder.git diff --git a/source/copy.h b/source/copy.h index 3aa10a9..dedd0f5 100644 --- a/source/copy.h +++ b/source/copy.h @@ -31,7 +31,7 @@ private: public: Copy(Builder &); - virtual Target *create_target(const std::list &, const std::string &) const; + virtual Target *create_target(const std::list &, const std::string &); virtual Task *run(const Target &) const; };