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