summaryrefslogtreecommitdiff
path: root/src/lib/fcpxml_content.cc
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/fcpxml_content.cc
parenta7a3f17e003bab57967e502b35e2f1b689a7f1cb (diff)
Remove Film from the whole examination chain.
Diffstat (limited to 'src/lib/fcpxml_content.cc')
-rw-r--r--src/lib/fcpxml_content.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/fcpxml_content.cc b/src/lib/fcpxml_content.cc
index 28345f85d..5fa1bdc17 100644
--- a/src/lib/fcpxml_content.cc
+++ b/src/lib/fcpxml_content.cc
@@ -51,9 +51,9 @@ FCPXMLContent::FCPXMLContent(cxml::ConstNodePtr node, optional<boost::filesystem
void
-FCPXMLContent::examine(shared_ptr<const Film> film, shared_ptr<Job> job, bool tolerant)
+FCPXMLContent::examine(shared_ptr<Job> job, bool tolerant)
{
- Content::examine(film, job, tolerant);
+ Content::examine( job, tolerant);
auto sequence = dcpomatic::fcpxml::load(path(0));