X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnucompiler.cpp;h=9e7eb390220d451dabac88c0a971ba698c095e97;hb=aa053d637e8259755af7d2e4b510a242f4d29c7b;hp=97d3b3086b275b444ca8c4432ae349fcd5cae0b5;hpb=9f885c3eec8f065b7dc400acfb9dd67158284fcf;p=builder.git diff --git a/source/gnucompiler.cpp b/source/gnucompiler.cpp index 97d3b30..9e7eb39 100644 --- a/source/gnucompiler.cpp +++ b/source/gnucompiler.cpp @@ -69,7 +69,7 @@ Target *GnuCompiler::create_source(const FS::Path &path) const return new CSourceFile(builder, path); } -Target *GnuCompiler::create_target(const list &sources, const string &) +Target *GnuCompiler::create_target(const vector &sources, const string &) { if(sources.size()!=1) throw invalid_argument("GnuCompiler::create_target");