Try a bit of backwards compatibility in state file.
[dcpomatic.git] / src / lib / check_hashes_job.h
index 7cf1789f69ae4b50433c4919483409c27d80313b..e0ed6a64aafb78b9e408980167073e59b0ecee52 100644 (file)
@@ -22,7 +22,7 @@
 class CheckHashesJob : public Job
 {
 public:
-       CheckHashesJob (boost::shared_ptr<const FilmState> s, boost::shared_ptr<const Options> o, Log* l, boost::shared_ptr<Job> req);
+       CheckHashesJob (boost::shared_ptr<Film> f, boost::shared_ptr<const Options> o, boost::shared_ptr<Job> req);
 
        std::string name () const;
        void run ();