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