From 02279f7c2a7ab8ec8cc416da528bc53dcc8f2c9f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 7 Jan 2015 10:23:39 +0000 Subject: Use a typedef for a note-taking functor. --- src/mxf.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mxf.cc') diff --git a/src/mxf.cc b/src/mxf.cc index 6707b638..442eb696 100644 --- a/src/mxf.cc +++ b/src/mxf.cc @@ -93,7 +93,7 @@ MXF::fill_writer_info (ASDCP::WriterInfo* writer_info, Standard standard) } bool -MXF::equals (shared_ptr other, EqualityOptions opt, boost::function note) const +MXF::equals (shared_ptr other, EqualityOptions opt, NoteHandler note) const { if (!Content::equals (other, opt, note)) { return false; -- cgit v1.2.3