diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-24 18:14:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-24 18:14:10 +0100 |
| commit | bd8fa9a370f1739952c83107352baa08c79d095e (patch) | |
| tree | dafa3dae2db5439dc08e770fc4b09febac5f0374 /src/lib/examine_content_job.h | |
| parent | 44b57d623dec97a3f9955082f0b8a7a8d27b7518 (diff) | |
Merge FilmState / Film.
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 3bbd673a8..098b9d132 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 *, boost::shared_ptr<Job> req); + ExamineContentJob (boost::shared_ptr<Film>, boost::shared_ptr<Job> req); ~ExamineContentJob (); std::string name () const; |
