X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Foverlaps.h;h=9bd867030634af03970f54a17ce5f8841d40465a;hb=0e8a1ab7c41756115f44229053e1e7024530fb32;hp=e8216fce0c6b1ac63964aaa180cc5532a188c52c;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/lib/overlaps.h b/src/lib/overlaps.h index e8216fce0..9bd867030 100644 --- a/src/lib/overlaps.h +++ b/src/lib/overlaps.h @@ -22,10 +22,12 @@ #include "dcpomatic_time.h" class ContentPart; +class Film; /** @return Pieces of content with a given part (video, audio, - * subtitle) that overlap a specified time range in the given - * ContentList */ + * subtitle) that overlap a specified time range in the given + * ContentList + */ ContentList overlaps ( - ContentList cl, boost::function (boost::shared_ptr)> part, DCPTime from, DCPTime to + boost::shared_ptr film, ContentList cl, boost::function)> part, dcpomatic::DCPTime from, dcpomatic::DCPTime to );