Various fixes to make audio analysis sort-of work.
[dcpomatic.git] / src / lib / examine_content_job.h
index 86f1ab111d81284f4e95aa34b8fb507ff6c48e11..b6903b86bebf0ed9e80970a7382c0f07628301cc 100644 (file)
@@ -26,7 +26,7 @@ class Log;
 class ExamineContentJob : public Job
 {
 public:
-       ExamineContentJob (boost::shared_ptr<Film>, boost::shared_ptr<Content>);
+       ExamineContentJob (boost::shared_ptr<const Film>, boost::shared_ptr<Content>);
        ~ExamineContentJob ();
 
        std::string name () const;