std::shared_ptr
[dcpomatic.git] / src / wx / colour_conversion_editor.cc
index 3c59dbeedc336178695562604e9ecd7774ddb5ad..46bf77a8ec7ccb80455771af747ab95c062951e4 100644 (file)
@@ -34,8 +34,8 @@
 
 using std::string;
 using std::cout;
-using boost::shared_ptr;
-using boost::dynamic_pointer_cast;
+using std::shared_ptr;
+using std::dynamic_pointer_cast;
 using boost::bind;
 using dcp::locale_convert;