X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcopy.h;h=3f92b155f4960038ccc7a5341586d27bb870d7b0;hb=1a46151c99a406123c4ddfc797a7841baf3e4cc2;hp=018b3de8e6cac0b0df823403353a13568a40284b;hpb=4fcc283a4bb1f695bd124006906bcdaba053193f;p=builder.git diff --git a/source/copy.h b/source/copy.h index 018b3de..3f92b15 100644 --- a/source/copy.h +++ b/source/copy.h @@ -18,7 +18,7 @@ private: { public: Worker(Copy &i): copy(i), done(false), error(false) { launch(); } - bool get_done() const { return done; } + bool get_done() const { return done; } bool get_error() const { return error; } private: Copy ©