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/reel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/reel.cc') diff --git a/src/reel.cc b/src/reel.cc index 0071de86..9e6e0ca7 100644 --- a/src/reel.cc +++ b/src/reel.cc @@ -95,7 +95,7 @@ Reel::write_to_cpl (xmlpp::Element* node, Standard standard) const } bool -Reel::equals (boost::shared_ptr other, EqualityOptions opt, boost::function note) const +Reel::equals (boost::shared_ptr other, EqualityOptions opt, NoteHandler note) const { if ((_main_picture && !other->_main_picture) || (!_main_picture && other->_main_picture)) { note (DCP_ERROR, "Reel: assets differ"); -- cgit v1.2.3