AnnotationText is (I believe) optional.
[libdcp.git] / src / reel.h
index b0dfc84dd4ec61e947d7822a932357551f43ebfc..93dc09206ffc998b2af2aeb44edceaa3a8432d24 100644 (file)
@@ -56,7 +56,7 @@ public:
 
        void write_to_cpl (std::ostream & s) const;
 
-       bool equals (boost::shared_ptr<const Reel> other, EqualityOptions opt, boost::function<void (std::string)> notes) const;
+       bool equals (boost::shared_ptr<const Reel> other, EqualityOptions opt, boost::function<void (NoteType, std::string)> notes) const;
 
 private:
        boost::shared_ptr<const PictureAsset> _main_picture;