C++11 tidying.
[dcpomatic.git] / src / lib / dcp_content.cc
index 0da42502f821fe3d0510c649b3f0cc7b3ae8b69e..f6a74501c7cae8b13102e0f9a586bd9bd08d90cf 100644 (file)
@@ -56,7 +56,7 @@ using std::string;
 using std::vector;
 using boost::scoped_ptr;
 using boost::optional;
-using boost::function;
+using std::function;
 using std::dynamic_pointer_cast;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;