X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fapkbuilder.h;h=8eaaeefbf1e76b69a23007839be1050c4005668a;hb=edd4771292a2273080fbcbac266c6831834b0b86;hp=96525e017981ca12a301976444cbf3d6d79c1e16;hpb=b29b79ca42fe4285c18b5d348b4eb59010d2c2da;p=builder.git diff --git a/source/apkbuilder.h b/source/apkbuilder.h index 96525e0..8eaaeef 100644 --- a/source/apkbuilder.h +++ b/source/apkbuilder.h @@ -15,7 +15,7 @@ protected: void do_prepare(ToolData &) const override; private: - static Task *_run(const AndroidPackageFile &); + static Task *_run(const Target &); }; #endif