Use a typedef for a note-taking functor.
[libdcp.git] / src / reel.h
index 584ba5978c11046fc5f4c9d9211d90da6cfa2976..278a0f916a23000c78e423c6a5a13b9909148af4 100644 (file)
@@ -77,7 +77,7 @@ public:
 
        bool encrypted () const;
 
-       bool equals (boost::shared_ptr<const Reel> other, EqualityOptions opt, boost::function<void (NoteType, std::string)> notes) const;
+       bool equals (boost::shared_ptr<const Reel> other, EqualityOptions opt, NoteHandler notes) const;
 
        void add (DecryptedKDM const &);