const fix; header guard.
[dcpomatic.git] / src / lib / image_decoder.h
index 0453f7e7e8c6b447947bc0f61cf8e51ba68fe1a6..4d96306a89c63775121f4e243da36ce2aa507372 100644 (file)
 
 #include "video_decoder.h"
 
-namespace Magick {
-       class Image;
-}
-
 class ImageContent;
 
 class ImageDecoder : public VideoDecoder
@@ -35,9 +31,9 @@ public:
        }
 
 private:
-       bool pass (PassReason);
+       bool pass ();
        void seek (ContentTime, bool);
-       
+
        boost::shared_ptr<const ImageContent> _image_content;
        boost::shared_ptr<ImageProxy> _image;
        Frame _video_position;