Merge master.
[dcpomatic.git] / src / lib / subrip_decoder.h
index b963bfb35d9704d8f1798d9053832c839b4c064a..6025c90e2943e357f16b78a7dcfebbc295f33db5 100644 (file)
@@ -28,10 +28,10 @@ class SubRipContent;
 class SubRipDecoder : public SubtitleDecoder, public SubRip
 {
 public:
-       SubRipDecoder (boost::shared_ptr<const Film>, boost::shared_ptr<const SubRipContent>);
-       
-       void pass ();
-       bool done () const;
+       SubRipDecoder (boost::shared_ptr<const SubRipContent>);
+
+protected:     
+       bool pass ();
 
 private:
        size_t _next;