Add a comment.
[dcpomatic.git] / src / lib / text_decoder.cc
index d6cf517c2e04393706ffcf81593c24fc91598dda..4eaaf37af7cbd50b86ad2fdce8bfbc17253c88c3 100644 (file)
@@ -36,14 +36,14 @@ using std::min;
 using boost::shared_ptr;
 using boost::optional;
 using boost::function;
+using namespace dcpomatic;
 
 TextDecoder::TextDecoder (
        Decoder* parent,
        shared_ptr<const TextContent> c,
-       shared_ptr<Log> log,
        ContentTime first
        )
-       : DecoderPart (parent, log)
+       : DecoderPart (parent)
        , _content (c)
        , _position (first)
 {