]> git.tdb.fi Git - builder.git/blobdiff - source/compilecommandsgenerator.cpp
Convert all list containers to vectors
[builder.git] / source / compilecommandsgenerator.cpp
index 2f4e07b4c2dccdc2d6b62f4d07df9999f7ee7380..82221e7a1c3d37950bd3d70dc7d6973ddcf933dc 100644 (file)
@@ -14,7 +14,7 @@ CompileCommandsGenerator::CompileCommandsGenerator(Builder &b):
        Tool(b, "CCJG")
 { }
 
-Target *CompileCommandsGenerator::create_target(const list<Target *> &, const string &)
+Target *CompileCommandsGenerator::create_target(const vector<Target *> &, const string &)
 {
        throw logic_error("Not implemented");
 }