X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftool.h;h=dab39e7424882ffc10a840bbda2fe916bc938a59;hb=15cf75a5ac62454d90b8b2987b1940710056f4d0;hp=85bae55d88f2e063c9dd9ee7cef9d054f0bc21fd;hpb=d917c5fd92e7ae50b35e7024a0a2365438bead72;p=builder.git diff --git a/source/tool.h b/source/tool.h index 85bae55..dab39e7 100644 --- a/source/tool.h +++ b/source/tool.h @@ -133,7 +133,8 @@ public: virtual std::string create_build_signature(const BuildInfo &) const; - void prepare(Tool * = 0); + void prepare(); + void prepare(Tool &) const; protected: virtual void do_prepare(ToolData &) const { }