diff options
Diffstat (limited to 'src/reel_subtitle_asset.h')
| -rw-r--r-- | src/reel_subtitle_asset.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/reel_subtitle_asset.h b/src/reel_subtitle_asset.h index 13e72133..8c3b7d18 100644 --- a/src/reel_subtitle_asset.h +++ b/src/reel_subtitle_asset.h @@ -43,6 +43,8 @@ #include "reel_mxf.h" #include "subtitle_asset.h" +struct verify_test26; + namespace dcp { class SubtitleAsset; @@ -70,6 +72,8 @@ public: } private: + friend struct ::verify_test26; + std::string key_type () const; std::string cpl_node_name (Standard standard) const; |
