Try to add basic decryption support to dcpdiff.
[libdcp.git] / src / cpl.cc
index b5b4d7152601de2ed84591507abfdc81e4323903..b0fc8d77bd8ef3a7f0bebf8a7221caf14928b55b 100644 (file)
@@ -171,7 +171,7 @@ CPL::reel_assets () const
 }
        
 bool
-CPL::equals (shared_ptr<const Asset> other, EqualityOptions opt, boost::function<void (NoteType, string)> note) const
+CPL::equals (shared_ptr<const Asset> other, EqualityOptions opt, NoteHandler note) const
 {
        shared_ptr<const CPL> other_cpl = dynamic_pointer_cast<const CPL> (other);
        if (!other_cpl) {