diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-01-28 00:12:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-16 01:20:17 +0100 |
| commit | 86c169fa6cc97f2e627e281b9cd75429f4eeb670 (patch) | |
| tree | d5a89c303f813deeef52bfb3c3a33857986a3ba7 /src/lib/fcpxml_content.h | |
| parent | a7a3f17e003bab57967e502b35e2f1b689a7f1cb (diff) | |
Remove Film from the whole examination chain.
Diffstat (limited to 'src/lib/fcpxml_content.h')
| -rw-r--r-- | src/lib/fcpxml_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/fcpxml_content.h b/src/lib/fcpxml_content.h index 229ac757d..201131599 100644 --- a/src/lib/fcpxml_content.h +++ b/src/lib/fcpxml_content.h @@ -41,7 +41,7 @@ public: return std::dynamic_pointer_cast<const FCPXMLContent>(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; std::string summary() const override; std::string technical_summary() const override; void as_xml(xmlpp::Element*, bool with_paths, PathBehaviour path_behaviour, boost::optional<boost::filesystem::path> film_directory) const override; |
