X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmsvccompiler.cpp;h=c4066273b6905e2e8754973b1cb73a10f6b57b43;hb=aa053d637e8259755af7d2e4b510a242f4d29c7b;hp=df6bd468c2d4862657ca38b7f37dd2d7cc1ab843;hpb=9f885c3eec8f065b7dc400acfb9dd67158284fcf;p=builder.git diff --git a/source/msvccompiler.cpp b/source/msvccompiler.cpp index df6bd46..c406627 100644 --- a/source/msvccompiler.cpp +++ b/source/msvccompiler.cpp @@ -46,7 +46,7 @@ Target *MsvcCompiler::create_source(const FS::Path &path) const return new CSourceFile(builder, path); } -Target *MsvcCompiler::create_target(const list &sources, const string &) +Target *MsvcCompiler::create_target(const vector &sources, const string &) { if(sources.size()!=1) throw invalid_argument("MsvcCompiler::create_target");