summaryrefslogtreecommitdiff
path: root/src/lib/subrip_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-16 17:19:30 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-16 17:19:30 +0100
commitbd709c1e98e7653dafe7dff302440a7890140c7d (patch)
tree5ed050d67e30195e665f5475322d27d7790c2b23 /src/lib/subrip_decoder.cc
parentf0da433894308ed72b0dbdd116a30a8d659c33cc (diff)
parentf09e6545efa4c5ca816e89e28a287bc6ab1ee50b (diff)
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
Diffstat (limited to 'src/lib/subrip_decoder.cc')
-rw-r--r--src/lib/subrip_decoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/subrip_decoder.cc b/src/lib/subrip_decoder.cc
index 32d50d86b..3c93292a1 100644
--- a/src/lib/subrip_decoder.cc
+++ b/src/lib/subrip_decoder.cc
@@ -49,7 +49,7 @@ SubRipDecoder::seek (ContentTime time, bool accurate)
}
bool
-SubRipDecoder::pass ()
+SubRipDecoder::pass (PassReason)
{
if (_next >= _subtitles.size ()) {
return true;