Try to not start jobs if a dependant fails.
[dcpomatic.git] / src / lib / thumbs_job.cc
index f6ed75ff7cd73efdecaddb0d1708f2b60d25faff..779a1d5d19972eaef6dcfc2ee9573d0994b7fadd 100644 (file)
@@ -35,8 +35,8 @@ using namespace boost;
  *  @param o Options.
  *  @param l A log that we can write to.
  */
-ThumbsJob::ThumbsJob (shared_ptr<const FilmState> s, shared_ptr<const Options> o, Log* l)
-       : Job (s, o, l)
+ThumbsJob::ThumbsJob (shared_ptr<const FilmState> s, shared_ptr<const Options> o, Log* l, shared_ptr<Job> req)
+       : Job (s, o, l, req)
 {
        
 }