std::shared_ptr
[dcpomatic.git] / src / wx / dkdm_dialog.cc
index 5b89d28fafecdbf394c10c9d9c33c76c03a97003..fe97cf642bafc7949fefa9510c7d3c5d6bc5de66 100644 (file)
@@ -46,7 +46,7 @@ using std::cout;
 using std::vector;
 using std::make_pair;
 using std::runtime_error;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::bind;
 using boost::optional;
 #if BOOST_VERSION >= 106100