diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-12 01:37:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-12 01:37:00 +0100 |
| commit | 4b8c626b7e66ab1d4d69606e10316542c8873842 (patch) | |
| tree | 94140f93b3911196ab60866fefb5c9f807a7a2ab /src/object.h | |
| parent | 4b8eee1359d817937b84df7e88126fa16040e5c9 (diff) | |
Add direction support for SMPTE subtitles; fix pragma warnings with non-openmp builds.
Diffstat (limited to 'src/object.h')
| -rw-r--r-- | src/object.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/object.h b/src/object.h index 303e46d3..0fa11251 100644 --- a/src/object.h +++ b/src/object.h @@ -27,7 +27,8 @@ #include <boost/noncopyable.hpp> #include <string> -class write_subtitle_test; +class write_interop_subtitle_test; +class write_smpte_subtitle_test; namespace dcp { @@ -47,7 +48,8 @@ public: } protected: - friend class ::write_subtitle_test; + friend class ::write_interop_subtitle_test; + friend class ::write_smpte_subtitle_test; /** ID */ std::string _id; |
