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-06 13:52:13 +0100
commitf7d43920b81f1696d791ec0132079c9714e007ec (patch)
tree2b991561f52f38cf3b5bc513ed1450e1440e2292 /src/object.h
parent4e1c04f5448364f0931a2d2d5fe8dcc8619463fc (diff)
Initial hacks.
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;