std::shared_ptr
[dcpomatic.git] / src / wx / markers_dialog.cc
index c8529f108f64bc00b8d65c17a6a1e4a046332301..31789af2cca675bf190f746cce83afe7f33dba33 100644 (file)
@@ -33,8 +33,8 @@
 
 using std::cout;
 using boost::bind;
-using boost::shared_ptr;
-using boost::weak_ptr;
+using std::shared_ptr;
+using std::weak_ptr;
 using boost::optional;
 using dcpomatic::DCPTime;