C++11 tidying.
[dcpomatic.git] / src / lib / overlaps.cc
index 32801de39e5c0449a6b85fbb1de02b7c1a1c831b..09e7f63ac089ebbfcdffb7406b383a0cbaf64a7c 100644 (file)
@@ -23,7 +23,7 @@
 #include "content.h"
 
 using std::shared_ptr;
-using boost::function;
+using std::function;
 using namespace dcpomatic;
 
 ContentList overlaps (shared_ptr<const Film> film, ContentList cl, function<bool (shared_ptr<const Content>)> part, DCPTime from, DCPTime to)