Various fixes to make audio analysis sort-of work.
[dcpomatic.git] / src / lib / job.cc
index 2e6385d62e8499a37ed427fb3650c1e22aec5196..4969c4099c8aae60a4e7c22db6618ded9c8a1c93 100644 (file)
@@ -35,7 +35,7 @@ using std::list;
 using std::stringstream;
 using boost::shared_ptr;
 
-Job::Job (shared_ptr<Film> f)
+Job::Job (shared_ptr<const Film> f)
        : _film (f)
        , _thread (0)
        , _state (NEW)