Try to not start jobs if a dependant fails.
[dcpomatic.git] / src / lib / scp_dcp_job.cc
index dac4a602c556b43fc70428743e77342bd4b5245d..90122cea7e0aa09db03c0103264b5e160b0ff42c 100644 (file)
@@ -91,8 +91,8 @@ public:
 };
 
 
-SCPDCPJob::SCPDCPJob (shared_ptr<const FilmState> s, Log* l)
-       : Job (s, shared_ptr<const Options> (), l)
+SCPDCPJob::SCPDCPJob (shared_ptr<const FilmState> s, Log* l, shared_ptr<Job> req)
+       : Job (s, shared_ptr<const Options> (), l, req)
        , _status ("Waiting")
 {