X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftext_decoder.h;h=a82f43f51af2e3a1ddd8bf1178366241cae51add;hb=96bf7c6530260c7c404499dc697c7a47fb15c3b7;hp=d45e37fc7c78817abc30f4d1e739ab920156c04f;hpb=a18e837cb56da42a500a438a09afcbddad8b3a94;p=dcpomatic.git diff --git a/src/lib/text_decoder.h b/src/lib/text_decoder.h index d45e37fc7..a82f43f51 100644 --- a/src/lib/text_decoder.h +++ b/src/lib/text_decoder.h @@ -41,11 +41,10 @@ public: TextDecoder ( Decoder* parent, boost::shared_ptr, - boost::shared_ptr log, ContentTime first ); - ContentTime position () const { + ContentTime position (boost::shared_ptr) const { return _position; }