Fix nonfunctional send-problem-report.
[dcpomatic.git] / src / lib / image_decoder.h
index 4d96306a89c63775121f4e243da36ce2aa507372..e2de56acb9b1789f5e0e37a584dc30b88acc8625 100644 (file)
@@ -31,11 +31,10 @@ public:
        }
 
 private:
-       bool pass ();
+       bool pass (PassReason, bool);
        void seek (ContentTime, bool);
 
        boost::shared_ptr<const ImageContent> _image_content;
        boost::shared_ptr<ImageProxy> _image;
        Frame _video_position;
 };
-