std::shared_ptr
[dcpomatic.git] / src / lib / decoder_part.cc
index 3e06204defb5a0e40e92ef8ea1da3ae725aeb912..2bab1603ec2d84d00d54782bcbc24c63f38e0b80 100644 (file)
@@ -21,7 +21,7 @@
 #include "decoder_part.h"
 #include "decoder.h"
 
-using boost::shared_ptr;
+using std::shared_ptr;
 
 DecoderPart::DecoderPart (Decoder* parent)
        : _parent (parent)