std::shared_ptr
[dcpomatic.git] / src / wx / controls.cc
index 1a03ba568bd320a31eb2f0ac9cbe224750cb4c85..5364e16148333364ecbc5851b2a16cc1fc165782 100644 (file)
@@ -49,9 +49,9 @@ using std::cout;
 using std::make_pair;
 using std::exception;
 using boost::optional;
-using boost::shared_ptr;
-using boost::weak_ptr;
-using boost::dynamic_pointer_cast;
+using std::shared_ptr;
+using std::weak_ptr;
+using std::dynamic_pointer_cast;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif