X-Git-Url: http://git.tdb.fi/?p=builder.git;a=blobdiff_plain;f=source%2Fcopy.h;h=ade21dd2b446e9c06d5afd13f7a72cf8bb518154;hp=283ef48c5bbfa444b3f52a115562b041d1ca3cb3;hb=5504b35e6c6cfb1cfa098b94e31cda173cc0482a;hpb=291455f435a4319ce3460e2e47d8f036222a3f92 diff --git a/source/copy.h b/source/copy.h index 283ef48..ade21dd 100644 --- a/source/copy.h +++ b/source/copy.h @@ -16,7 +16,7 @@ private: class Worker: public Msp::Thread { public: - Worker(Copy &i): copy(i), done(false) { launch(); } + Worker(Copy &i): copy(i), done(false), error(false) { launch(); } bool get_done() const { return done; } bool get_error() const { return error; } private: