Merge master.
[dcpomatic.git] / src / lib / subrip_decoder.h
index d6c6e6bc2fa7fd37df7c4769c572fedaa7a7823c..ad9d04e4003029f6a9b99b62714b4fbdd0a13a6f 100644 (file)
@@ -35,7 +35,7 @@ protected:
        bool pass ();
 
 private:
-       bool has_subtitle_during (ContentTimePeriod) const;
+       std::list<ContentTimePeriod> subtitles_during (ContentTimePeriod, bool starting) const;
        
        size_t _next;
 };