diff options
Diffstat (limited to 'src/interop_subtitle_content.cc')
| -rw-r--r-- | src/interop_subtitle_content.cc | 3 |
1 files changed, 1 insertions, 2 deletions
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<const Asset> other_asset, EqualityOptions options, function<void (NoteType, std::string)> note) const +InteropSubtitleContent::equals (shared_ptr<const Asset> other_asset, EqualityOptions options, NoteHandler note) const { if (!SubtitleContent::equals (other_asset, options, note)) { return false; |
