X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fcheck_hashes_job.cc;h=478e4c91afc4649b995fcb5c74ba3686564ba8d5;hp=eff9153d958ca6dbba7b0080dfd86312cf372b6f;hb=4488ca79635bda37e034b888d1c43618f5e4285e;hpb=6b368187e7bc16cbe0e83858f35990e536c5ccc8 diff --git a/src/lib/check_hashes_job.cc b/src/lib/check_hashes_job.cc index eff9153d9..478e4c91a 100644 --- a/src/lib/check_hashes_job.cc +++ b/src/lib/check_hashes_job.cc @@ -32,7 +32,8 @@ using namespace std; using namespace boost; CheckHashesJob::CheckHashesJob (shared_ptr s, shared_ptr o, Log* l, shared_ptr req) - : Job (s, o, l, req) + : Job (s, l, req) + , _opt (o) , _bad (0) {