Reinstate subtitle list view.
[dcpomatic.git] / src / lib / text_subtitle_decoder.h
index 01338683f46033e416676825d36f25c90d81d852..72bb89b77e57a89c8da71ecb449f663c0edb89d6 100644 (file)
@@ -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;