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