std::shared_ptr
[dcpomatic.git] / src / wx / content_advanced_dialog.cc
index d170032a4798be99b6bd47da71419dfc29624994..a33ffed90ee8ae50012da13366a56fa7b726c4b9 100644 (file)
@@ -42,9 +42,9 @@ DCPOMATIC_ENABLE_WARNINGS
 using std::string;
 using std::vector;
 using boost::bind;
-using boost::dynamic_pointer_cast;
+using std::dynamic_pointer_cast;
 using boost::optional;
-using boost::shared_ptr;
+using std::shared_ptr;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif