Reinstate subtitle list view.
[dcpomatic.git] / src / lib / dcp_subtitle_decoder.h
index 076dc3f3bb9bd9af3dd28838140c786b6f5543b6..359d191457379f8713ed9ee78035c3ac0a6b0a42 100644 (file)
@@ -28,7 +28,7 @@ class DCPSubtitleDecoder : public DCPSubtitle, public Decoder
 public:
        DCPSubtitleDecoder (boost::shared_ptr<const DCPSubtitleContent>, boost::shared_ptr<Log> log);
 
-       void pass ();
+       bool pass ();
        void seek (ContentTime time, bool accurate);
 
 private: