diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-06-09 22:40:02 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-06-10 23:12:24 +0200 |
| commit | 14e02ad2f79bdc6fbc320ec7b9282b5faabdb825 (patch) | |
| tree | cfc09ceb9c3298e48eab0ce1b5c8d940a895ec04 /src/lib/string_text_file_content.h | |
| parent | e68386830c8812f80cb4b3af9871170226b916b4 (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.h | 2 |
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; }; |
