summaryrefslogtreecommitdiff
path: root/src/lib/string_text_file_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-06-09 22:40:02 +0200
committerCarl Hetherington <cth@carlh.net>2022-06-10 23:12:24 +0200
commit14e02ad2f79bdc6fbc320ec7b9282b5faabdb825 (patch)
treecfc09ceb9c3298e48eab0ce1b5c8d940a895ec04 /src/lib/string_text_file_content.h
parente68386830c8812f80cb4b3af9871170226b916b4 (diff)
Fix problems when loading old projects with the new subtitle font code (#2271).
Diffstat (limited to 'src/lib/string_text_file_content.h')
-rw-r--r--src/lib/string_text_file_content.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/string_text_file_content.h b/src/lib/string_text_file_content.h
index 9c7d4cea0..30f543381 100644
--- a/src/lib/string_text_file_content.h
+++ b/src/lib/string_text_file_content.h
@@ -50,6 +50,8 @@ public:
dcpomatic::DCPTime approximate_length () const override;
std::string identifier () const override;
+ void check_font_ids();
+
private:
dcpomatic::ContentTime _length;
};