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/dcp_subtitle_decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/dcp_subtitle_decoder.h') diff --git a/src/lib/dcp_subtitle_decoder.h b/src/lib/dcp_subtitle_decoder.h index 076dc3f3b..359d19145 100644 --- a/src/lib/dcp_subtitle_decoder.h +++ b/src/lib/dcp_subtitle_decoder.h @@ -28,7 +28,7 @@ class DCPSubtitleDecoder : public DCPSubtitle, public Decoder public: DCPSubtitleDecoder (boost::shared_ptr, boost::shared_ptr log); - void pass (); + bool pass (); void seek (ContentTime time, bool accurate); private: -- cgit v1.2.3