X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fdkdm_dialog.cc;h=fe97cf642bafc7949fefa9510c7d3c5d6bc5de66;hp=5b89d28fafecdbf394c10c9d9c33c76c03a97003;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hpb=0d35820cf50d2789752b8776683b26d04642518d diff --git a/src/wx/dkdm_dialog.cc b/src/wx/dkdm_dialog.cc index 5b89d28fa..fe97cf642 100644 --- a/src/wx/dkdm_dialog.cc +++ b/src/wx/dkdm_dialog.cc @@ -46,7 +46,7 @@ using std::cout; using std::vector; using std::make_pair; using std::runtime_error; -using boost::shared_ptr; +using std::shared_ptr; using boost::bind; using boost::optional; #if BOOST_VERSION >= 106100