std::shared_ptr
[dcpomatic.git] / src / wx / timeline_dialog.cc
index 261177e36815e55b2a8d7ad52f812892ffbed585..563c31f703264243946c05e785cec0c7031e26da 100644 (file)
@@ -32,8 +32,8 @@
 using std::list;
 using std::cout;
 using std::string;
-using boost::shared_ptr;
-using boost::weak_ptr;
+using std::shared_ptr;
+using std::weak_ptr;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif