std::shared_ptr
[dcpomatic.git] / src / lib / decoder.cc
index d51282b537dd1b97fc5f40df73c4b7f91a331d07..a53118061fe82bd53759135977716798fd686dd4 100644 (file)
@@ -27,8 +27,8 @@
 
 using std::cout;
 using boost::optional;
-using boost::shared_ptr;
-using boost::weak_ptr;
+using std::shared_ptr;
+using std::weak_ptr;
 using namespace dcpomatic;
 
 Decoder::Decoder (weak_ptr<const Film> film)