std::shared_ptr
[dcpomatic.git] / src / wx / player_config_dialog.cc
index 7af42932654616ffe213c6c0980c40564be315bf..3158b279cf4c600d0827dee923e80f4f45966976 100644 (file)
@@ -65,7 +65,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