X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fobject.h;h=303e46d33c2793c77e5ce9833e4a0f8c76d79d3c;hb=8f7a014e6d11c107b520ac3c869b1cc7bef1bbd0;hp=82598c589a1106c183fdbdaba6bbeb75e6f25170;hpb=2f0e6ee9d883abbbc31aca0d1cc80e89eb9b0af2;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