From eb135e8dcdf36ae82420bcd18e954ad593b3e9a5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 13 Dec 2016 15:02:09 +0000 Subject: Reinstate subtitle list view. --- src/lib/text_subtitle_decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/text_subtitle_decoder.h') 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, boost::shared_ptr log); void seek (ContentTime time, bool accurate); - void pass (); + bool pass (); private: ContentTimePeriod content_time_period (sub::Subtitle s) const; -- cgit v1.2.3