X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftext_subtitle_decoder.h;h=5477e6f5f16860d15c67c9396070ae517aa159a5;hb=878e19aabf2278828a3c9b518e0804b2cef0c01e;hp=c79b89937f33006f682d216ff1dcfb88210bcdae;hpb=4337694dfd488e88f56b63898ad35ce8ce9bb3c3;p=dcpomatic.git 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); + TextSubtitleDecoder (boost::shared_ptr, boost::shared_ptr log); protected: void seek (ContentTime time, bool accurate);