X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnucompiler.h;h=b0d0ec9e0afc040edfdc722d5979c0a12ebe6d42;hb=edd4771292a2273080fbcbac266c6831834b0b86;hp=54e1d76cdf27d9644fe2707f786d56f861dae0d1;hpb=b29b79ca42fe4285c18b5d348b4eb59010d2c2da;p=builder.git diff --git a/source/gnucompiler.h b/source/gnucompiler.h index 54e1d76..b0d0ec9 100644 --- a/source/gnucompiler.h +++ b/source/gnucompiler.h @@ -28,7 +28,7 @@ protected: unsigned query_version(const std::string &, const std::string &) const; private: - static Task *_run(const ObjectFile &); + static ExternalTask::Arguments _run(const ObjectFile &, Msp::FS::Path &); }; #endif