From c39979ef676b49e97129c5f29c2e2c700fdc1d3a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 22 Jul 2014 22:21:29 +0100 Subject: Warning fixes. --- src/lib/ffmpeg_content.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/ffmpeg_content.h') diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h index 67839794b..13c33201e 100644 --- a/src/lib/ffmpeg_content.h +++ b/src/lib/ffmpeg_content.h @@ -114,7 +114,7 @@ public: std::list subtitles_during (ContentTimePeriod, bool starting) const; private: - friend class ffmpeg_pts_offset_test; + friend struct ffmpeg_pts_offset_test; std::vector > _subtitle_streams; boost::shared_ptr _subtitle_stream; -- cgit v1.2.3