X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_subtitle_decoder.h;h=b6e9aa63cb1d6c16b5b455d642470b934b88d989;hb=878e19aabf2278828a3c9b518e0804b2cef0c01e;hp=4b52a1ac418d25582d9f6a70c9ad4e30c48e1c5b;hpb=4337694dfd488e88f56b63898ad35ce8ce9bb3c3;p=dcpomatic.git diff --git a/src/lib/dcp_subtitle_decoder.h b/src/lib/dcp_subtitle_decoder.h index 4b52a1ac4..b6e9aa63c 100644 --- a/src/lib/dcp_subtitle_decoder.h +++ b/src/lib/dcp_subtitle_decoder.h @@ -26,7 +26,7 @@ class DCPSubtitleContent; class DCPSubtitleDecoder : public DCPSubtitle, public Decoder { public: - DCPSubtitleDecoder (boost::shared_ptr); + DCPSubtitleDecoder (boost::shared_ptr, boost::shared_ptr log); protected: bool pass (PassReason, bool accurate);