X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnucompiler.h;h=b0d0ec9e0afc040edfdc722d5979c0a12ebe6d42;hb=e2c9c3fffcc61a0c102ccf6a7924e2de709092ad;hp=54e1d76cdf27d9644fe2707f786d56f861dae0d1;hpb=68ef01e3f94ba5d0297e7979551e7d9404906db7;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