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/subrip.h | |
| parent | 2924a6ca80adf5251f5c8e364289cfc7817dc586 (diff) | |
Warning fixes.
Diffstat (limited to 'src/lib/subrip.h')
| -rw-r--r-- | src/lib/subrip.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/subrip.h b/src/lib/subrip.h index e7d21675f..7603a101d 100644 --- a/src/lib/subrip.h +++ b/src/lib/subrip.h @@ -39,10 +39,10 @@ protected: std::vector<SubRipSubtitle> _subtitles; private: - friend class subrip_time_test; - friend class subrip_coordinate_test; - friend class subrip_content_test; - friend class subrip_parse_test; + friend struct subrip_time_test; + friend struct subrip_coordinate_test; + friend struct subrip_content_test; + friend struct subrip_parse_test; static ContentTime convert_time (std::string); static int convert_coordinate (std::string); |
