]> git.tdb.fi Git - builder.git/blobdiff - source/gnuarchiver.h
Refactor the use of external tasks in tools
[builder.git] / source / gnuarchiver.h
index 4d21abebaf4c27c56dc45729d713d1f63192029c..4305827f7a8323d7270d417d3f089c7716de5bc2 100644 (file)
@@ -13,7 +13,7 @@ public:
        Target *create_target(const std::vector<Target *> &, const std::string &) override;
 
 private:
-       static Task *_run(const StaticLibrary &);
+       static ExternalTask::Arguments _run(const StaticLibrary &, Msp::FS::Path &);
 };
 
 #endif