From 14e02ad2f79bdc6fbc320ec7b9282b5faabdb825 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 9 Jun 2022 22:40:02 +0200 Subject: Fix problems when loading old projects with the new subtitle font code (#2271). --- src/lib/string_text_file_content.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/string_text_file_content.h') 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; }; -- cgit v1.2.3