From c4d06c36ffc25273d3f35449a415b2b813d47a27 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 20 Sep 2016 23:55:47 +0100 Subject: Rework subtitle writing to fix incorrect output with in-line font changes (#952). --- src/object.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/object.h') diff --git a/src/object.h b/src/object.h index 31fb5275..0804f4cf 100644 --- a/src/object.h +++ b/src/object.h @@ -43,6 +43,7 @@ class write_interop_subtitle_test; class write_smpte_subtitle_test; +class write_smpte_subtitle_test2; namespace dcp { @@ -64,6 +65,7 @@ public: protected: friend class ::write_interop_subtitle_test; friend class ::write_smpte_subtitle_test; + friend class ::write_smpte_subtitle_test2; /** ID */ std::string _id; -- cgit v1.2.3