diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-04-30 15:36:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-04-30 15:36:05 +0100 |
| commit | 6a804ace532c13b2095972cd48d422e2c9fa0b70 (patch) | |
| tree | 8757bc276e783c97150f1ec3f1f56e75e5bcba53 /src/object.h | |
| parent | ea4b476dd21e99bbc292f7fc6db4e4ba578489c0 (diff) | |
Add a very simple test for writing subtitles.
Diffstat (limited to 'src/object.h')
| -rw-r--r-- | src/object.h | 4 |
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; }; |
