summaryrefslogtreecommitdiff
path: root/src/lib/subrip_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-07 20:13:22 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-07 20:13:22 +0000
commitcab9a1d569396065a6e9eb39386736908564d6b4 (patch)
treeef698f132e659ab34a8783771ddc522481cbe48b /src/lib/subrip_decoder.h
parent978be856218cc15f059b7e267811e7302c37b24d (diff)
Add primitive subtitle view. Remove unused Film member from Decoder hierarchy.
Diffstat (limited to 'src/lib/subrip_decoder.h')
-rw-r--r--src/lib/subrip_decoder.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/subrip_decoder.h b/src/lib/subrip_decoder.h
index 26d5d5010..6025c90e2 100644
--- a/src/lib/subrip_decoder.h
+++ b/src/lib/subrip_decoder.h
@@ -28,8 +28,9 @@ class SubRipContent;
class SubRipDecoder : public SubtitleDecoder, public SubRip
{
public:
- SubRipDecoder (boost::shared_ptr<const Film>, boost::shared_ptr<const SubRipContent>);
-
+ SubRipDecoder (boost::shared_ptr<const SubRipContent>);
+
+protected:
bool pass ();
private: