X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcompilecommandsgenerator.h;h=519cad03e7f58f8ebbf479b0910f6e24c9bea5d7;hb=aa053d637e8259755af7d2e4b510a242f4d29c7b;hp=29bb0432ec53afd76280d8203a6f3d5e227269fb;hpb=9f885c3eec8f065b7dc400acfb9dd67158284fcf;p=builder.git diff --git a/source/compilecommandsgenerator.h b/source/compilecommandsgenerator.h index 29bb043..519cad0 100644 --- a/source/compilecommandsgenerator.h +++ b/source/compilecommandsgenerator.h @@ -24,7 +24,7 @@ private: public: CompileCommandsGenerator(Builder &); - Target *create_target(const std::list &, const std::string &) override; + Target *create_target(const std::vector &, const std::string &) override; Task *run(const Target &) const override; };