X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Faudio_dialog.cc;h=1cb167c950f939a34179e9f48c0ad4b6dd17b9d0;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hp=748bd72d07e545d8b5cf41019278d1902e52022e;hpb=0d35820cf50d2789752b8776683b26d04642518d;p=dcpomatic.git diff --git a/src/wx/audio_dialog.cc b/src/wx/audio_dialog.cc index 748bd72d0..1cb167c95 100644 --- a/src/wx/audio_dialog.cc +++ b/src/wx/audio_dialog.cc @@ -37,12 +37,12 @@ using std::cout; using std::list; using std::vector; using std::pair; -using boost::shared_ptr; -using boost::weak_ptr; +using std::shared_ptr; +using std::weak_ptr; using boost::bind; using boost::optional; using boost::const_pointer_cast; -using boost::dynamic_pointer_cast; +using std::dynamic_pointer_cast; using namespace dcpomatic; #if BOOST_VERSION >= 106100 using namespace boost::placeholders;