std::shared_ptr
[libdcp.git] / src / asset_writer.h
index 2970b8d3f7d4f5c8fff1d742829fe65880d2c6ef..8842917aabf633b15d1be6cbf746708b5ade8350 100644 (file)
@@ -78,7 +78,7 @@ protected:
        bool _finalized;
        /** true if something has been written to this asset */
        bool _started;
-       boost::shared_ptr<EncryptionContext> _crypto_context;
+       std::shared_ptr<EncryptionContext> _crypto_context;
 };
 
 }