Take Film pointer out of Content.
[dcpomatic.git] / src / lib / text_decoder.h
index d45e37fc7c78817abc30f4d1e739ab920156c04f..a82f43f51af2e3a1ddd8bf1178366241cae51add 100644 (file)
@@ -41,11 +41,10 @@ public:
        TextDecoder (
                Decoder* parent,
                boost::shared_ptr<const TextContent>,
-               boost::shared_ptr<Log> log,
                ContentTime first
                );
 
-       ContentTime position () const {
+       ContentTime position (boost::shared_ptr<const Film>) const {
                return _position;
        }