Take Film pointer out of Content.
[dcpomatic.git] / src / lib / examine_content_job.cc
index a9df63be77daf5b7e7fcf07539a90beadfa8c4cb..81088a4416cd0e7a838adaf4578e6c1e14b55d3e 100644 (file)
@@ -53,7 +53,7 @@ ExamineContentJob::json_name () const
 void
 ExamineContentJob::run ()
 {
-       _content->examine (shared_from_this ());
+       _content->examine (_film, shared_from_this());
        set_progress (1);
        set_state (FINISHED_OK);
 }