diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-21 13:17:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-21 13:17:04 +0100 |
| commit | 4488ca79635bda37e034b888d1c43618f5e4285e (patch) | |
| tree | 89857796342721270a5a8f148139c2ea96c2201f /src/lib/examine_content_job.cc | |
| parent | 6b368187e7bc16cbe0e83858f35990e536c5ccc8 (diff) | |
Pass options only to jobs that need them.
Diffstat (limited to 'src/lib/examine_content_job.cc')
| -rw-r--r-- | src/lib/examine_content_job.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/examine_content_job.cc b/src/lib/examine_content_job.cc index 5800c6f24..44a9f4ce9 100644 --- a/src/lib/examine_content_job.cc +++ b/src/lib/examine_content_job.cc @@ -33,7 +33,7 @@ using namespace std; using namespace boost; ExamineContentJob::ExamineContentJob (shared_ptr<const FilmState> fs, Log* l, shared_ptr<Job> req) - : Job (fs, shared_ptr<Options> (), l, req) + : Job (fs, l, req) { } |
