X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fbutler.cc;h=b2128efdb28f0b9cb7660d7ff42d94c94c6648ee;hp=6de5d57904efb7ecb32dfb167aff7f9112db953d;hb=8963f0007af1a312017b9627c18b82ec2a577591;hpb=29f84e2b8785585885e0658bdf9938967547460f diff --git a/src/lib/butler.cc b/src/lib/butler.cc index 6de5d5790..b2128efdb 100644 --- a/src/lib/butler.cc +++ b/src/lib/butler.cc @@ -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;