Use a typedef for a note-taking functor.
[libdcp.git] / src / stereo_picture_mxf.h
index dc4605c752fddb1cfd57a6146a2110b7968db4de..9a094d19b52d29699910edaf59985705242f56ef 100644 (file)
@@ -35,9 +35,9 @@ public:
        boost::shared_ptr<PictureMXFWriter> start_write (boost::filesystem::path file, 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 StereoPictureFrame> get_frame (int n) const;