diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-01-28 00:12:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-01-29 00:20:31 +0100 |
| commit | a8156cb37d0e9aae7880f6a2bac54c1160276093 (patch) | |
| tree | 108bda5a6e4c14506d67e69a2f54f066593d378d /src/lib/image_content.h | |
| parent | e2ef0b3973d611978dd83135eb705cdf75437494 (diff) | |
Remove Film from the whole examination chain.
Diffstat (limited to 'src/lib/image_content.h')
| -rw-r--r-- | src/lib/image_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/image_content.h b/src/lib/image_content.h index 83ca94501..bfa03beba 100644 --- a/src/lib/image_content.h +++ b/src/lib/image_content.h @@ -37,7 +37,7 @@ public: return std::dynamic_pointer_cast<const ImageContent> (Content::shared_from_this ()); }; - void examine(std::shared_ptr<const Film> film, std::shared_ptr<Job>, bool tolerant) override; + void examine(std::shared_ptr<Job>, bool tolerant) override; void prepare_for_add_to_film(std::shared_ptr<const Film> film) override; std::string summary () const override; std::string technical_summary () const override; |
