From cbd4450197a083bf58bda510e626f73ba583cb66 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 21 Jul 2018 15:16:18 +0100 Subject: Basics of multiple captions per content so that DCPContent can hold subs and closed captions. --- src/lib/overlaps.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/overlaps.cc') diff --git a/src/lib/overlaps.cc b/src/lib/overlaps.cc index ccef4cef8..54077d96b 100644 --- a/src/lib/overlaps.cc +++ b/src/lib/overlaps.cc @@ -26,7 +26,7 @@ using boost::shared_ptr; using boost::function; -ContentList overlaps (ContentList cl, function (shared_ptr)> part, DCPTime from, DCPTime to) +ContentList overlaps (ContentList cl, function)> part, DCPTime from, DCPTime to) { ContentList overlaps; DCPTimePeriod period (from, to); -- cgit v1.2.3