Remove debugging code.
[dcpomatic.git] / src / lib / image_decoder.h
index 140032317f9fb331147c31ede4e4a998f73607e2..9f1484e47a33c8fe83a9a1b004592f5dd7057ab8 100644 (file)
@@ -27,7 +27,7 @@ class ImageProxy;
 class ImageDecoder : public Decoder
 {
 public:
-       ImageDecoder (boost::shared_ptr<const ImageContent> c, boost::shared_ptr<Log> log);
+       ImageDecoder (boost::shared_ptr<const Film> film, boost::shared_ptr<const ImageContent> c);
 
        boost::shared_ptr<const ImageContent> content () {
                return _image_content;