X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcopy.cpp;h=f7dab415920d09b2bf41374d7e9de6b7ef730588;hb=aa053d637e8259755af7d2e4b510a242f4d29c7b;hp=53118de754963dc04095c11be4107a49c0ca9ab2;hpb=9f885c3eec8f065b7dc400acfb9dd67158284fcf;p=builder.git diff --git a/source/copy.cpp b/source/copy.cpp index 53118de..f7dab41 100644 --- a/source/copy.cpp +++ b/source/copy.cpp @@ -18,7 +18,7 @@ Copy::Copy(Builder &b): Tool(b, "CP") { } -Target *Copy::create_target(const list &sources, const string &arg) +Target *Copy::create_target(const vector &sources, const string &arg) { FileTarget &file_tgt = dynamic_cast(*sources.front()); InstalledFile *inst = new InstalledFile(builder, *file_tgt.get_package(), file_tgt, arg);