diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-10 12:53:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-10 12:53:06 +0100 |
| commit | 9dd38ef2f05b24ba669acb9805e0914ac227fff2 (patch) | |
| tree | aa3b2e4d768764238bb498ca8ad62056cfb95809 /src/lib/examine_content_job.h | |
| parent | a097506d4867fec47406283caa5b262a21791585 (diff) | |
Try to not start jobs if a dependant fails.
Diffstat (limited to 'src/lib/examine_content_job.h')
| -rw-r--r-- | src/lib/examine_content_job.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/examine_content_job.h b/src/lib/examine_content_job.h index d149341b4..3bbd673a8 100644 --- a/src/lib/examine_content_job.h +++ b/src/lib/examine_content_job.h @@ -31,7 +31,7 @@ class Decoder; class ExamineContentJob : public Job { public: - ExamineContentJob (boost::shared_ptr<const FilmState>, Log *); + ExamineContentJob (boost::shared_ptr<const FilmState>, Log *, boost::shared_ptr<Job> req); ~ExamineContentJob (); std::string name () const; |
