summaryrefslogtreecommitdiff
path: root/src/object.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-09-20 23:55:47 +0100
committerCarl Hetherington <cth@carlh.net>2016-10-07 00:02:47 +0100
commitc4d06c36ffc25273d3f35449a415b2b813d47a27 (patch)
tree9651a111db048c01d1e85f7ed063fcc8ab79208d /src/object.h
parent4e1c04f5448364f0931a2d2d5fe8dcc8619463fc (diff)
Rework subtitle writing to fix incorrect output with
in-line font changes (#952).
Diffstat (limited to 'src/object.h')
-rw-r--r--src/object.h2
1 files changed, 2 insertions, 0 deletions
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;