summaryrefslogtreecommitdiff
path: root/src/lib/subrip_decoder.h
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.h
parentf0da433894308ed72b0dbdd116a30a8d659c33cc (diff)
parentf09e6545efa4c5ca816e89e28a287bc6ab1ee50b (diff)
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
Diffstat (limited to 'src/lib/subrip_decoder.h')
-rw-r--r--src/lib/subrip_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/subrip_decoder.h b/src/lib/subrip_decoder.h
index db8374c5c..b899b5dd8 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 ();
+ bool pass (PassReason);
private:
std::list<ContentTimePeriod> image_subtitles_during (ContentTimePeriod, bool starting) const;