summaryrefslogtreecommitdiff
path: root/src/reel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-07 10:23:39 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-07 10:23:39 +0000
commit02279f7c2a7ab8ec8cc416da528bc53dcc8f2c9f (patch)
tree7277142b338612a9168950c44df74a10c0fe4222 /src/reel.cc
parentc2018e0dae9ed2503b6244a47524a7ce16eedb0b (diff)
Use a typedef for a note-taking functor.
Diffstat (limited to 'src/reel.cc')
-rw-r--r--src/reel.cc2
1 files changed, 1 insertions, 1 deletions
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<const Reel> other, EqualityOptions opt, boost::function<void (NoteType, string)> note) const
+Reel::equals (boost::shared_ptr<const Reel> other, EqualityOptions opt, NoteHandler note) const
{
if ((_main_picture && !other->_main_picture) || (!_main_picture && other->_main_picture)) {
note (DCP_ERROR, "Reel: assets differ");