summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-06-08 12:29:47 +0100
committerCarl Hetherington <cth@carlh.net>2018-06-08 12:29:47 +0100
commitbc726e825c8175999bf89a0c1936b97e4479a3dd (patch)
treee13358db037560601df7ad8a68b0c69016b3775d /src
parent9facd099fd1b0651af721883ea1ffe5590d4b23b (diff)
Try to fix compile warning on OS X.
Diffstat (limited to 'src')
-rw-r--r--src/object.h8
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;