X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Finterop_metadata_dialog.cc;h=7976e6d444fa5c9fbf57a0180430eed7f299aa3a;hb=d31674ec14bb533fe2b195601e9ee2fe03848487;hp=bfc177a5840f1265099b7a6c05b8da725075158a;hpb=7ec57dea9d77070244c411c354623cfb5bac09ca;p=dcpomatic.git diff --git a/src/wx/interop_metadata_dialog.cc b/src/wx/interop_metadata_dialog.cc index bfc177a58..7976e6d44 100644 --- a/src/wx/interop_metadata_dialog.cc +++ b/src/wx/interop_metadata_dialog.cc @@ -28,8 +28,8 @@ using std::string; using std::vector; -using boost::weak_ptr; -using boost::shared_ptr; +using std::weak_ptr; +using std::shared_ptr; #if BOOST_VERSION >= 106100 using namespace boost::placeholders; #endif