Merge master.
[dcpomatic.git] / src / lib / writer.h
index 17ce42572c52da3df2d9e1a2eea96dd182da2847..842d6a55d3079474a03b7feab81757c6b5313711 100644 (file)
@@ -85,7 +85,7 @@ private:
        void thread ();
        void check_existing_picture_mxf ();
        bool check_existing_picture_mxf_frame (FILE *, int, Eyes);
-       bool have_sequenced_image_at_queue_head () const;
+       bool have_sequenced_image_at_queue_head ();
 
        /** our Film */
        boost::shared_ptr<const Film> _film;