Pass options only to jobs that need them.
[dcpomatic.git] / src / lib / check_hashes_job.h
index 6a68e936c5a746cd10699f90d7f74863f2a18804..7cf1789f69ae4b50433c4919483409c27d80313b 100644 (file)
@@ -29,5 +29,6 @@ public:
        std::string status () const;
 
 private:
+       boost::shared_ptr<const Options> _opt;
        int _bad;
 };