std::shared_ptr
[dcpomatic.git] / src / wx / film_editor.cc
index c0d383821b6da0c5cf81fbd5ec6ea36770f771d7..ce91c3cc49565a06e288c27dfca0f3f13c891983 100644 (file)
@@ -38,8 +38,8 @@
 using std::cout;
 using std::string;
 using std::list;
-using boost::shared_ptr;
-using boost::weak_ptr;
+using std::shared_ptr;
+using std::weak_ptr;
 using boost::optional;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;