No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / subrip_decoder.h
index 264ca88996b2b93dafd4b1521f4c4f3a98f8f609..38ccca0a38521c0c98caafdc4ce5c1e06c2b6618 100644 (file)
@@ -32,12 +32,12 @@ public:
 
 protected:
        void seek (ContentTime time, bool accurate);
-       bool pass (PassReason);
+       bool pass ();
 
 private:
        std::list<ContentTimePeriod> image_subtitles_during (ContentTimePeriod, bool starting) const;
        std::list<ContentTimePeriod> text_subtitles_during (ContentTimePeriod, bool starting) const;
-       
+
        size_t _next;
 };