summaryrefslogtreecommitdiff
path: root/src/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object.h')
-rw-r--r--src/object.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/object.h b/src/object.h
index 82598c58..70cbe999 100644
--- a/src/object.h
+++ b/src/object.h
@@ -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;
};