]> git.tdb.fi Git - builder.git/blobdiff - source/gnucompiler.h
Refactor the use of external tasks in tools
[builder.git] / source / gnucompiler.h
index 54e1d76cdf27d9644fe2707f786d56f861dae0d1..b0d0ec9e0afc040edfdc722d5979c0a12ebe6d42 100644 (file)
@@ -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