std::shared_ptr
[dcpomatic.git] / src / wx / smpte_metadata_dialog.cc
index 87be156f51ea597a0ee7f43e26034624d6a68cbe..c44e38146a0c4e3a91daf98938662eb80c345136 100644 (file)
@@ -32,8 +32,8 @@
 using std::string;
 using std::vector;
 using boost::optional;
-using boost::shared_ptr;
-using boost::weak_ptr;
+using std::shared_ptr;
+using std::weak_ptr;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif