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/types.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index f685806f..08613c79 100644 --- a/src/types.h +++ b/src/types.h @@ -25,6 +25,7 @@ #define LIBDCP_TYPES_H #include +#include #include namespace dcp @@ -187,6 +188,9 @@ extern std::ostream & operator<< (std::ostream & s, Colour const & c); typedef std::pair > PathAssetMap; +typedef boost::function NoteHandler; + + } #endif -- cgit v1.2.3