X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fsound_mxf.cc;h=e338c16165abb2db3b28e519d3edd2f7270d88b9;hb=02279f7c2a7ab8ec8cc416da528bc53dcc8f2c9f;hp=05dac418e752613d80e01452c16823330fea62da;hpb=c2018e0dae9ed2503b6244a47524a7ce16eedb0b;p=libdcp.git diff --git a/src/sound_mxf.cc b/src/sound_mxf.cc index 05dac418..e338c161 100644 --- a/src/sound_mxf.cc +++ b/src/sound_mxf.cc @@ -82,7 +82,7 @@ SoundMXF::SoundMXF (Fraction edit_rate, int sampling_rate, int channels) } bool -SoundMXF::equals (shared_ptr other, EqualityOptions opt, boost::function note) const +SoundMXF::equals (shared_ptr other, EqualityOptions opt, NoteHandler note) const { if (!MXF::equals (other, opt, note)) { return false;