X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fsubrip_decoder.h;h=876f763d3a5ffe1c39f1952226250eccb95db4c6;hb=65a398e035346ef3a5fc121ee2c1a96a1b525046;hp=264ca88996b2b93dafd4b1521f4c4f3a98f8f609;hpb=9922c1f2eaea674ba2ff6cce5f5853655fd8ad7a;p=dcpomatic.git diff --git a/src/lib/subrip_decoder.h b/src/lib/subrip_decoder.h index 264ca8899..876f763d3 100644 --- a/src/lib/subrip_decoder.h +++ b/src/lib/subrip_decoder.h @@ -32,7 +32,7 @@ public: protected: void seek (ContentTime time, bool accurate); - bool pass (PassReason); + bool pass (); private: std::list image_subtitles_during (ContentTimePeriod, bool starting) const;