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