Try to not start jobs if a dependant fails.
[dcpomatic.git] / src / lib / copy_from_dvd_job.h
index 6b56f6f0a5fa084e519308cca03a1b0cb708e4d4..ce3837100c23e769563ee3b2a6b8bde89e9b442f 100644 (file)
@@ -29,7 +29,7 @@
 class CopyFromDVDJob : public Job
 {
 public:
-       CopyFromDVDJob (boost::shared_ptr<const FilmState>, Log *);
+       CopyFromDVDJob (boost::shared_ptr<const FilmState>, Log *, boost::shared_ptr<Job> req);
 
        std::string name () const;
        void run ();