std::shared_ptr
[dcpomatic.git] / src / lib / atmos_mxf_decoder.cc
index 3f6f4a857b449d273caf5d53b1c26cbaab3bef4f..6c7cda61a632e248d71470ff941db3f8b786b5da 100644 (file)
@@ -26,9 +26,9 @@
 #include <dcp/atmos_asset.h>
 #include <dcp/atmos_asset_reader.h>
 
-using boost::shared_ptr;
+using std::shared_ptr;
 
-AtmosMXFDecoder::AtmosMXFDecoder (boost::shared_ptr<const Film> film, boost::shared_ptr<const AtmosMXFContent> content)
+AtmosMXFDecoder::AtmosMXFDecoder (std::shared_ptr<const Film> film, std::shared_ptr<const AtmosMXFContent> content)
        : Decoder (film)
        , _content (content)
 {