Add a very simple test for writing subtitles.
[libdcp.git] / src / object.h
index 82598c589a1106c183fdbdaba6bbeb75e6f25170..70cbe9996be1ec652df85cb6d97cb5f25e6a1c76 100644 (file)
@@ -27,6 +27,8 @@
 #include <boost/noncopyable.hpp>
 #include <string>
 
+class write_subtitle_test;
+
 namespace dcp {
 
 /** @class Object
@@ -45,6 +47,8 @@ public:
        }
 
 protected:
+       friend class ::write_subtitle_test;
+       
        /** ID */
        std::string _id;
 };