X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcompilecommandsgenerator.cpp;h=82221e7a1c3d37950bd3d70dc7d6973ddcf933dc;hb=aa053d637e8259755af7d2e4b510a242f4d29c7b;hp=2f4e07b4c2dccdc2d6b62f4d07df9999f7ee7380;hpb=9f885c3eec8f065b7dc400acfb9dd67158284fcf;p=builder.git diff --git a/source/compilecommandsgenerator.cpp b/source/compilecommandsgenerator.cpp index 2f4e07b..82221e7 100644 --- a/source/compilecommandsgenerator.cpp +++ b/source/compilecommandsgenerator.cpp @@ -14,7 +14,7 @@ CompileCommandsGenerator::CompileCommandsGenerator(Builder &b): Tool(b, "CCJG") { } -Target *CompileCommandsGenerator::create_target(const list &, const string &) +Target *CompileCommandsGenerator::create_target(const vector &, const string &) { throw logic_error("Not implemented"); }