No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / subrip_decoder.h
index ad9d04e4003029f6a9b99b62714b4fbdd0a13a6f..38ccca0a38521c0c98caafdc4ce5c1e06c2b6618 100644 (file)
@@ -35,8 +35,9 @@ protected:
        bool pass ();
 
 private:
-       std::list<ContentTimePeriod> subtitles_during (ContentTimePeriod, bool starting) const;
-       
+       std::list<ContentTimePeriod> image_subtitles_during (ContentTimePeriod, bool starting) const;
+       std::list<ContentTimePeriod> text_subtitles_during (ContentTimePeriod, bool starting) const;
+
        size_t _next;
 };