std::shared_ptr
[dcpomatic.git] / src / wx / full_config_dialog.cc
index c41236096c9466d2896b23cbe0e202e58297bca3..f376d96820661d5246526821fe0fe2d46bd32ed0 100644 (file)
@@ -68,7 +68,7 @@ using std::pair;
 using std::make_pair;
 using std::map;
 using boost::bind;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::function;
 using boost::optional;
 #if BOOST_VERSION >= 106100