summaryrefslogtreecommitdiff
path: root/src/lib/text_subtitle_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/text_subtitle_decoder.h')
-rw-r--r--src/lib/text_subtitle_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/text_subtitle_decoder.h b/src/lib/text_subtitle_decoder.h
index c79b89937..5477e6f5f 100644
--- a/src/lib/text_subtitle_decoder.h
+++ b/src/lib/text_subtitle_decoder.h
@@ -29,7 +29,7 @@ class TextSubtitleContent;
class TextSubtitleDecoder : public Decoder, public TextSubtitle
{
public:
- TextSubtitleDecoder (boost::shared_ptr<const TextSubtitleContent>);
+ TextSubtitleDecoder (boost::shared_ptr<const TextSubtitleContent>, boost::shared_ptr<Log> log);
protected:
void seek (ContentTime time, bool accurate);