std::shared_ptr
[dcpomatic.git] / src / wx / job_manager_view.cc
index a0430ca811128a9f3bd62e7adfa7c200e19611f9..3c0f44675286a8c556af51099c60f2beb95841ec 100644 (file)
@@ -39,8 +39,8 @@ using std::list;
 using std::map;
 using std::min;
 using std::cout;
-using boost::shared_ptr;
-using boost::weak_ptr;
+using std::shared_ptr;
+using std::weak_ptr;
 using boost::bind;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;