std::shared_ptr
[dcpomatic.git] / src / wx / content_panel.cc
index 1a15d241d774871631c50fc42fd6d57a64d7c031..7114e8337fb6b6298ef9aada0ffe0b65d9c218e3 100644 (file)
@@ -57,9 +57,9 @@ using std::cout;
 using std::vector;
 using std::max;
 using std::exception;
-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;
 using boost::optional;
 using namespace dcpomatic;
 #if BOOST_VERSION >= 106100