X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fobject.h;h=303e46d33c2793c77e5ce9833e4a0f8c76d79d3c;hb=689d56339857b0a82156641f28392b8d2f11beea;hp=82598c589a1106c183fdbdaba6bbeb75e6f25170;hpb=ac265d3d008328b9bdaf00c39ebcd86f263605c7;p=libdcp.git diff --git a/src/object.h b/src/object.h index 82598c58..303e46d3 100644 --- a/src/object.h +++ b/src/object.h @@ -27,6 +27,8 @@ #include #include +class write_subtitle_test; + namespace dcp { /** @class Object @@ -45,10 +47,12 @@ public: } protected: + friend class ::write_subtitle_test; + /** ID */ std::string _id; }; - + } #endif