Pass options only to jobs that need them.
[dcpomatic.git] / src / lib / copy_from_dvd_job.cc
index d1000f54cb815dbfdf3b3b7480b130136db0a967..e087180728bd8767b39ddc299c8b51c55f102f09 100644 (file)
@@ -35,8 +35,8 @@ using namespace boost;
 /** @param fs FilmState for the film to write DVD data into.
  *  @param l Log that we can write to.
  */
-CopyFromDVDJob::CopyFromDVDJob (shared_ptr<const FilmState> fs, Log* l)
-       : Job (fs, shared_ptr<Options> (), l)
+CopyFromDVDJob::CopyFromDVDJob (shared_ptr<const FilmState> fs, Log* l, shared_ptr<Job> req)
+       : Job (fs, l, req)
 {
 
 }