std::shared_ptr
[dcpomatic.git] / src / wx / film_viewer.cc
index 920ca3a10bce5c874c4b420056fca527347f8f32..cc25ccdd5fbbd152f74d9ff6fecf087bcbb2a08f 100644 (file)
@@ -65,9 +65,9 @@ using std::list;
 using std::bad_alloc;
 using std::make_pair;
 using std::exception;
-using boost::shared_ptr;
-using boost::dynamic_pointer_cast;
-using boost::weak_ptr;
+using std::shared_ptr;
+using std::dynamic_pointer_cast;
+using std::weak_ptr;
 using boost::optional;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;