X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fobject.h;h=0fa112513a68523bd8bfc20c30a41432d94dbdd5;hb=4b8c626b7e66ab1d4d69606e10316542c8873842;hp=82598c589a1106c183fdbdaba6bbeb75e6f25170;hpb=ac265d3d008328b9bdaf00c39ebcd86f263605c7;p=libdcp.git diff --git a/src/object.h b/src/object.h index 82598c58..0fa11251 100644 --- a/src/object.h +++ b/src/object.h @@ -27,6 +27,9 @@ #include #include +class write_interop_subtitle_test; +class write_smpte_subtitle_test; + namespace dcp { /** @class Object @@ -45,10 +48,13 @@ public: } protected: + friend class ::write_interop_subtitle_test; + friend class ::write_smpte_subtitle_test; + /** ID */ std::string _id; }; - + } #endif