diff options
Diffstat (limited to 'src/lib/examine_content_job.cc')
| -rw-r--r-- | src/lib/examine_content_job.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/examine_content_job.cc b/src/lib/examine_content_job.cc index b5441e36b..238c89e66 100644 --- a/src/lib/examine_content_job.cc +++ b/src/lib/examine_content_job.cc @@ -29,8 +29,8 @@ using std::string; using std::cout; using boost::shared_ptr; -ExamineContentJob::ExamineContentJob (shared_ptr<const Film> f, shared_ptr<Content> c) - : Job (f) +ExamineContentJob::ExamineContentJob (shared_ptr<const Film> film, shared_ptr<Content> c) + : Job (film) , _content (c) { |
