From 254b3044d72de6b033d7c584f5abd2b9aa70aad5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 21 Nov 2018 01:59:04 +0000 Subject: Take Film pointer out of Content. --- src/lib/string_text_file_decoder.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/lib/string_text_file_decoder.h') diff --git a/src/lib/string_text_file_decoder.h b/src/lib/string_text_file_decoder.h index 6a9552bbe..8cdf8cd9e 100644 --- a/src/lib/string_text_file_decoder.h +++ b/src/lib/string_text_file_decoder.h @@ -25,15 +25,14 @@ #include "decoder.h" class StringTextFileContent; -class Log; class StringTextFileDecoder : public Decoder, public StringTextFile { public: - StringTextFileDecoder (boost::shared_ptr, boost::shared_ptr log); + StringTextFileDecoder (boost::shared_ptr); - void seek (ContentTime time, bool accurate); - bool pass (); + void seek (boost::shared_ptr film, ContentTime time, bool accurate); + bool pass (boost::shared_ptr film); private: ContentTimePeriod content_time_period (sub::Subtitle s) const; -- cgit v1.2.3