X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmsvccompiler.h;h=2782c23aee25a6649da04a523525993493f8afdc;hb=edd4771292a2273080fbcbac266c6831834b0b86;hp=f3b9a31b295d945e08247c485fe447a4d35beaaf;hpb=b29b79ca42fe4285c18b5d348b4eb59010d2c2da;p=builder.git diff --git a/source/msvccompiler.h b/source/msvccompiler.h index f3b9a31..2782c23 100644 --- a/source/msvccompiler.h +++ b/source/msvccompiler.h @@ -23,7 +23,7 @@ protected: void do_prepare(ToolData &) const override; public: - static Task *_run(const ObjectFile &); + static ExternalTask::Arguments _run(const ObjectFile &, Msp::FS::Path &); }; #endif