Fix to allow re-writing of SMPTE subtitles.
[libdcp.git] / src / reel_subtitle_asset.h
index 13e72133faffaad02cf5ece856d9479fdd24a29f..8c3b7d185cad946a7a91f05cc7f091d3c741ae74 100644 (file)
@@ -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;