std::shared_ptr
[dcpomatic.git] / src / wx / config_dialog.cc
index 2319754f04827aa51a196f8e3c76705d1d1ec5db..0d341ba73e90f3dfe79ebc8ad729b7f9bbcbbba5 100644 (file)
@@ -34,7 +34,7 @@ using std::make_pair;
 using std::map;
 using boost::bind;
 using boost::optional;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::function;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;