diff options
Diffstat (limited to 'src/lib/subrip_decoder.h')
| -rw-r--r-- | src/lib/subrip_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/subrip_decoder.h b/src/lib/subrip_decoder.h index d6c6e6bc2..927ccc728 100644 --- a/src/lib/subrip_decoder.h +++ b/src/lib/subrip_decoder.h @@ -35,7 +35,7 @@ protected: bool pass (); private: - bool has_subtitle_during (ContentTimePeriod) const; + std::list<ContentTimePeriod> subtitles_during (ContentTimePeriod) const; size_t _next; }; |
