Some OS X build fixes.
[libdcp.git] / src / reel_asset.cc
index 314221734c9b3b6ecd76dbd9e719a6776ea218d1..037a39780e55a4a5f43eee630da1955ce77611a6 100644 (file)
@@ -100,7 +100,7 @@ ReelAsset::cpl_node_attribute (Standard) const
 }
 
 bool
-ReelAsset::equals (shared_ptr<const ReelAsset> other, EqualityOptions opt, boost::function<void (NoteType, std::string)> note) const
+ReelAsset::equals (shared_ptr<const ReelAsset> other, EqualityOptions opt, NoteHandler note) const
 {
        if (_annotation_text != other->_annotation_text) {
                stringstream s;