Basics of multiple captions per content so that DCPContent can
[dcpomatic.git] / src / lib / overlaps.cc
index ccef4cef8ba0cd074b152dd371e7ee40d5ea4466..54077d96b0c5777bf63fafd7d4ece2e3c7275749 100644 (file)
@@ -26,7 +26,7 @@
 using boost::shared_ptr;
 using boost::function;
 
-ContentList overlaps (ContentList cl, function<shared_ptr<ContentPart> (shared_ptr<const Content>)> part, DCPTime from, DCPTime to)
+ContentList overlaps (ContentList cl, function<bool (shared_ptr<const Content>)> part, DCPTime from, DCPTime to)
 {
        ContentList overlaps;
        DCPTimePeriod period (from, to);