diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-06-08 12:29:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-06-08 12:29:47 +0100 |
| commit | bc726e825c8175999bf89a0c1936b97e4479a3dd (patch) | |
| tree | e13358db037560601df7ad8a68b0c69016b3775d /src | |
| parent | 9facd099fd1b0651af721883ea1ffe5590d4b23b (diff) | |
Try to fix compile warning on OS X.
Diffstat (limited to 'src')
| -rw-r--r-- | src/object.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/object.h b/src/object.h index 8364efff..50817051 100644 --- a/src/object.h +++ b/src/object.h @@ -64,10 +64,10 @@ public: } protected: - friend class ::write_interop_subtitle_test; - friend class ::write_interop_subtitle_test2; - friend class ::write_smpte_subtitle_test; - friend class ::write_smpte_subtitle_test2; + friend struct ::write_interop_subtitle_test; + friend struct ::write_interop_subtitle_test2; + friend struct ::write_smpte_subtitle_test; + friend struct ::write_smpte_subtitle_test2; /** ID */ std::string _id; |
