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/string_text_file_content.cc | |
| parent | a7a3f17e003bab57967e502b35e2f1b689a7f1cb (diff) | |
Remove Film from the whole examination chain.
Diffstat (limited to 'src/lib/string_text_file_content.cc')
| -rw-r--r-- | src/lib/string_text_file_content.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/string_text_file_content.cc b/src/lib/string_text_file_content.cc index 5ecf50a12..bc314f8d0 100644 --- a/src/lib/string_text_file_content.cc +++ b/src/lib/string_text_file_content.cc @@ -78,9 +78,9 @@ font_names(StringTextFile const& string_text_file) void -StringTextFileContent::examine(shared_ptr<const Film> film, shared_ptr<Job> job, bool tolerant) +StringTextFileContent::examine(shared_ptr<Job> job, bool tolerant) { - Content::examine(film, job, tolerant); + Content::examine(job, tolerant); StringTextFile file (shared_from_this()); only_text()->clear_fonts(); |
