diff options
Diffstat (limited to 'src/object.h')
| -rw-r--r-- | src/object.h | 2 |
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; |
