Some more decode logging.
[dcpomatic.git] / src / lib / dcp_subtitle_decoder.h
index 4b52a1ac418d25582d9f6a70c9ad4e30c48e1c5b..b6e9aa63cb1d6c16b5b455d642470b934b88d989 100644 (file)
@@ -26,7 +26,7 @@ class DCPSubtitleContent;
 class DCPSubtitleDecoder : public DCPSubtitle, public Decoder
 {
 public:
-       DCPSubtitleDecoder (boost::shared_ptr<const DCPSubtitleContent>);
+       DCPSubtitleDecoder (boost::shared_ptr<const DCPSubtitleContent>, boost::shared_ptr<Log> log);
 
 protected:
        bool pass (PassReason, bool accurate);