diff options
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 86f1ab111..b6903b86b 100644 --- a/src/lib/examine_content_job.h +++ b/src/lib/examine_content_job.h @@ -26,7 +26,7 @@ class Log; class ExamineContentJob : public Job { public: - ExamineContentJob (boost::shared_ptr<Film>, boost::shared_ptr<Content>); + ExamineContentJob (boost::shared_ptr<const Film>, boost::shared_ptr<Content>); ~ExamineContentJob (); std::string name () const; |
