diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/overlaps.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/overlaps.h b/src/lib/overlaps.h index e8216fce0..e5b3fc38e 100644 --- a/src/lib/overlaps.h +++ b/src/lib/overlaps.h @@ -24,8 +24,9 @@ class ContentPart; /** @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<ContentPart> (boost::shared_ptr<const Content>)> part, DCPTime from, DCPTime to ); |
