C++11 tidying.
[dcpomatic.git] / src / lib / butler.cc
index 6de5d57904efb7ecb32dfb167aff7f9112db953d..b2128efdb28f0b9cb7660d7ff42d94c94c6648ee 100644 (file)
@@ -37,7 +37,7 @@ using std::weak_ptr;
 using std::shared_ptr;
 using boost::bind;
 using boost::optional;
-using boost::function;
+using std::function;
 using namespace dcpomatic;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;