X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsharedlibrary.cpp;h=4ef9bb6fdf09bfd76ab7820f6cbc4f58515e1d5b;hb=aa053d637e8259755af7d2e4b510a242f4d29c7b;hp=a6e8239524c91fb9775620ac41445d2e08395e8b;hpb=9f885c3eec8f065b7dc400acfb9dd67158284fcf;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)