Use a typedef for a note-taking functor.
[libdcp.git] / src / sound_mxf.cc
index 05dac418e752613d80e01452c16823330fea62da..e338c16165abb2db3b28e519d3edd2f7270d88b9 100644 (file)
@@ -82,7 +82,7 @@ SoundMXF::SoundMXF (Fraction edit_rate, int sampling_rate, int channels)
 }
 
 bool
-SoundMXF::equals (shared_ptr<const Asset> other, EqualityOptions opt, boost::function<void (NoteType, string)> note) const
+SoundMXF::equals (shared_ptr<const Asset> other, EqualityOptions opt, NoteHandler note) const
 {
        if (!MXF::equals (other, opt, note)) {
                return false;