summaryrefslogtreecommitdiff
path: root/src/object.h
diff options
context:
space:
mode:
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 0132a0db..aa0fe6b3 100644
--- a/src/object.h
+++ b/src/object.h
@@ -47,6 +47,7 @@ struct write_interop_subtitle_test3;
struct write_smpte_subtitle_test;
struct write_smpte_subtitle_test2;
struct write_smpte_subtitle_test3;
+struct sync_test2;
namespace dcp {
@@ -72,6 +73,7 @@ protected:
friend struct ::write_smpte_subtitle_test;
friend struct ::write_smpte_subtitle_test2;
friend struct ::write_smpte_subtitle_test3;
+ friend struct ::sync_test2;
/** ID */
std::string _id;