diff options
Diffstat (limited to 'src/sound_mxf.cc')
| -rw-r--r-- | src/sound_mxf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<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; |
