Fix erroneous check wrt intrinsic duration.
[dcpomatic.git] / src / lib / scp_dcp_job.h
index b457fdf5bf580d2aebfe4b0293c87293191629a3..5d0bfe7b4187939a633f88e6cecdbc450171b6ed 100644 (file)
@@ -26,7 +26,7 @@
 class SCPDCPJob : public Job
 {
 public:
-       SCPDCPJob (boost::shared_ptr<const FilmState>, Log *, boost::shared_ptr<Job> req);
+       SCPDCPJob (boost::shared_ptr<Film>, boost::shared_ptr<Job> req);
 
        std::string name () const;
        void run ();