X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcopy.cpp;h=5b524a40cd367d5e1973c6d2edfacc7d17ef33d5;hb=4facd021514ab372c23b1b132d6b4b62baa4efbf;hp=b756e0c037412012a828075735a7b6fb8eb3b679;hpb=8fa75f16e653e22f188bc09c5d04c3cdb5cf8c52;p=builder.git diff --git a/source/copy.cpp b/source/copy.cpp index b756e0c..5b524a4 100644 --- a/source/copy.cpp +++ b/source/copy.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include #include @@ -35,9 +35,7 @@ Task *Copy::run(const Target &target) const Copy::Worker::Worker(const InstalledFile &t): target(t) -{ - launch(); -} +{ } void Copy::Worker::main() {