std::shared_ptr
[dcpomatic.git] / src / lib / atmos_decoder.cc
index 4ebb07f8ac19818c173c2cfb69adcad4a2a71d19..51ee7f0a48e010460befdfae8b3234f5167fa22b 100644 (file)
@@ -27,7 +27,7 @@
 #include "film.h"
 
 
-using boost::shared_ptr;
+using std::shared_ptr;
 
 
 AtmosDecoder::AtmosDecoder (Decoder* parent, shared_ptr<const Content> content)