Various bits and pieces.
[dcpomatic.git] / src / lib / examine_content_job.cc
index 21ab4a71d6a29bebd42dcb5a3f60a76808dd5586..6d5f4faf9e690b754e621883452a1253234c775b 100644 (file)
@@ -47,7 +47,7 @@ ExamineContentJob::name () const
 void
 ExamineContentJob::run ()
 {
-       _content->examine (_film, shared_from_this ());
+       _content->examine (shared_from_this ());
        set_progress (1);
        set_state (FINISHED_OK);
 }