diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-22 22:21:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-22 22:21:29 +0100 |
| commit | c39979ef676b49e97129c5f29c2e2c700fdc1d3a (patch) | |
| tree | c36d7ced6d25a4878c7f7eb24a3579ce028e68c2 /src/lib/subtitle_content.h | |
| parent | 2924a6ca80adf5251f5c8e364289cfc7817dc586 (diff) | |
Warning fixes.
Diffstat (limited to 'src/lib/subtitle_content.h')
| -rw-r--r-- | src/lib/subtitle_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/subtitle_content.h b/src/lib/subtitle_content.h index 57f5eb950..97649f4d5 100644 --- a/src/lib/subtitle_content.h +++ b/src/lib/subtitle_content.h @@ -76,7 +76,7 @@ public: } private: - friend class ffmpeg_pts_offset_test; + friend struct ffmpeg_pts_offset_test; bool _use_subtitles; /** x offset for placing subtitles, as a proportion of the container width; |
