summaryrefslogtreecommitdiff
path: root/src/lib/content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-01-28 00:12:09 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-16 01:20:17 +0100
commit86c169fa6cc97f2e627e281b9cd75429f4eeb670 (patch)
treed5a89c303f813deeef52bfb3c3a33857986a3ba7 /src/lib/content.h
parenta7a3f17e003bab57967e502b35e2f1b689a7f1cb (diff)
Remove Film from the whole examination chain.
Diffstat (limited to 'src/lib/content.h')
-rw-r--r--src/lib/content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/content.h b/src/lib/content.h
index c9c5ad39d..aa514c013 100644
--- a/src/lib/content.h
+++ b/src/lib/content.h
@@ -91,7 +91,7 @@ public:
* @param tolerant true to try to carry on in the presence of problems with the content,
* false to throw exceptions in these cases.
*/
- virtual void examine(std::shared_ptr<const Film> film, std::shared_ptr<Job> job, bool tolerant);
+ virtual void examine(std::shared_ptr<Job> job, bool tolerant);
/** Adapt anything about this content just before it's added to the given film */
virtual void prepare_for_add_to_film(std::shared_ptr<const Film>) {}