Basics of multiple captions per content so that DCPContent can
[dcpomatic.git] / src / lib / overlaps.h
index e5b3fc38e0b67e0813809afa5e3b8ce141575cc6..7dd9802c3827ab66bb85fa23bab8d6d95e54b5ba 100644 (file)
@@ -28,5 +28,5 @@ class ContentPart;
  *  ContentList
  */
 ContentList overlaps (
-       ContentList cl, boost::function<boost::shared_ptr<ContentPart> (boost::shared_ptr<const Content>)> part, DCPTime from, DCPTime to
+       ContentList cl, boost::function<bool (boost::shared_ptr<const Content>)> part, DCPTime from, DCPTime to
        );