std::shared_ptr
[libdcp.git] / src / sound_frame.cc
index 53d00b389fe0c2f41a6708675bb30a77d6fc92ba..821a88660155c8e8d162068582d61bedee4ced25 100644 (file)
@@ -38,7 +38,7 @@
 using std::cout;
 using namespace dcp;
 
-SoundFrame::SoundFrame (ASDCP::PCM::MXFReader* reader, int n, boost::shared_ptr<const DecryptionContext> c)
+SoundFrame::SoundFrame (ASDCP::PCM::MXFReader* reader, int n, std::shared_ptr<const DecryptionContext> c)
        : Frame<ASDCP::PCM::MXFReader, ASDCP::PCM::FrameBuffer> (reader, n, c)
 {
        ASDCP::PCM::AudioDescriptor desc;