X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Finterop_subtitle_content.cc;h=218dbaea26887a3e44129c99341f73b749a42d33;hb=02279f7c2a7ab8ec8cc416da528bc53dcc8f2c9f;hp=45977d67da96677250dca452c7d9ec126e16cdd9;hpb=c2018e0dae9ed2503b6244a47524a7ce16eedb0b;p=libdcp.git diff --git a/src/interop_subtitle_content.cc b/src/interop_subtitle_content.cc index 45977d67..218dbaea 100644 --- a/src/interop_subtitle_content.cc +++ b/src/interop_subtitle_content.cc @@ -26,7 +26,6 @@ using std::list; using std::string; using boost::shared_ptr; -using boost::function; using boost::optional; using boost::dynamic_pointer_cast; using namespace dcp; @@ -174,7 +173,7 @@ InteropSubtitleContent::add_font (string id, string uri) } bool -InteropSubtitleContent::equals (shared_ptr other_asset, EqualityOptions options, function note) const +InteropSubtitleContent::equals (shared_ptr other_asset, EqualityOptions options, NoteHandler note) const { if (!SubtitleContent::equals (other_asset, options, note)) { return false;