diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-25 09:41:36 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-25 09:41:36 +0000 |
| commit | ee77b3cf5f59f775e75e628aa28e8f2f9f941530 (patch) | |
| tree | bbf9ab4ef1f0f633591889cbbd6b7b65de8f5a57 /src/lib/subrip_decoder.h | |
| parent | e6f28e7cda23c1ba3c49cc1bf2dc1491c2f87160 (diff) | |
It builds.
Diffstat (limited to 'src/lib/subrip_decoder.h')
| -rw-r--r-- | src/lib/subrip_decoder.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/subrip_decoder.h b/src/lib/subrip_decoder.h index 6025c90e2..ca885a2ef 100644 --- a/src/lib/subrip_decoder.h +++ b/src/lib/subrip_decoder.h @@ -30,7 +30,8 @@ class SubRipDecoder : public SubtitleDecoder, public SubRip public: SubRipDecoder (boost::shared_ptr<const SubRipContent>); -protected: +protected: + void seek (ContentTime time, bool accurate); bool pass (); private: |
