std::shared_ptr
[dcpomatic.git] / src / wx / audio_dialog.cc
index 748bd72d07e545d8b5cf41019278d1902e52022e..1cb167c950f939a34179e9f48c0ad4b6dd17b9d0 100644 (file)
@@ -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;