const fix.
[dcpomatic.git] / src / lib / subrip_decoder.h
index 38ccca0a38521c0c98caafdc4ce5c1e06c2b6618..db8374c5c86fac05cbac154ca31329618caea02c 100644 (file)
@@ -37,6 +37,7 @@ protected:
 private:
        std::list<ContentTimePeriod> image_subtitles_during (ContentTimePeriod, bool starting) const;
        std::list<ContentTimePeriod> text_subtitles_during (ContentTimePeriod, bool starting) const;
+       ContentTimePeriod content_time_period (sub::Subtitle s) const;
 
        size_t _next;
 };