diff options
Diffstat (limited to 'src/lib/text_subtitle_decoder.h')
| -rw-r--r-- | src/lib/text_subtitle_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/text_subtitle_decoder.h b/src/lib/text_subtitle_decoder.h index 01338683f..72bb89b77 100644 --- a/src/lib/text_subtitle_decoder.h +++ b/src/lib/text_subtitle_decoder.h @@ -32,7 +32,7 @@ public: TextSubtitleDecoder (boost::shared_ptr<const TextSubtitleContent>, boost::shared_ptr<Log> log); void seek (ContentTime time, bool accurate); - void pass (); + bool pass (); private: ContentTimePeriod content_time_period (sub::Subtitle s) const; |
