Try to not start jobs if a dependant fails.
[dcpomatic.git] / src / lib / copy_from_dvd_job.cc
index d1000f54cb815dbfdf3b3b7480b130136db0a967..f7281fc10e303479c2a0bcfdaef6e26121df059f 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, shared_ptr<Options> (), l, req)
 {
 
 }