X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsharedlibrary.cpp;h=4ef9bb6fdf09bfd76ab7820f6cbc4f58515e1d5b;hb=6b84e1f5673888753cbe566c1365222ed33fd3ac;hp=a6e8239524c91fb9775620ac41445d2e08395e8b;hpb=7c2db9e2b91da953701be233336c5bfa1f3c4af0;p=builder.git diff --git a/source/sharedlibrary.cpp b/source/sharedlibrary.cpp index a6e8239..4ef9bb6 100644 --- a/source/sharedlibrary.cpp +++ b/source/sharedlibrary.cpp @@ -18,7 +18,7 @@ SharedLibrary::SharedLibrary(Builder &b, const Msp::FS::Path &p): libname = libname.substr(3); } -SharedLibrary::SharedLibrary(Builder &b, const Component &c, const list &objs): +SharedLibrary::SharedLibrary(Builder &b, const Component &c, const vector &objs): Binary(b, c, generate_filename(c), objs), libname(c.get_name()), import_lib(0)