Fix cscript.
[libdcp.git] / src / mono_picture_mxf.h
index c02a63c108aa63989ed20accc60561b3ee2b5820..4e5211ca4c6a4f4ca2c574c25057620e4100901b 100644 (file)
@@ -46,9 +46,9 @@ public:
        boost::shared_ptr<PictureMXFWriter> start_write (boost::filesystem::path, Standard standard, bool);
 
        bool equals (
-               boost::shared_ptr<const Content> other,
+               boost::shared_ptr<const Asset> other,
                EqualityOptions opt,
-               boost::function<void (NoteType, std::string)> note
+               NoteHandler note
                ) const;
        
        boost::shared_ptr<const MonoPictureFrame> get_frame (int n) const;