diff options
Diffstat (limited to 'src/stereo_picture_mxf.cc')
| -rw-r--r-- | src/stereo_picture_mxf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stereo_picture_mxf.cc b/src/stereo_picture_mxf.cc index 1c8fa618..e68921e3 100644 --- a/src/stereo_picture_mxf.cc +++ b/src/stereo_picture_mxf.cc @@ -75,7 +75,7 @@ StereoPictureMXF::start_write (boost::filesystem::path file, Standard standard, } bool -StereoPictureMXF::equals (shared_ptr<const Asset> other, EqualityOptions opt, boost::function<void (NoteType, string)> note) const +StereoPictureMXF::equals (shared_ptr<const Asset> other, EqualityOptions opt, NoteHandler note) const { if (!MXF::equals (other, opt, note)) { return false; |
