std::shared_ptr
[dcpomatic.git] / src / lib / dcp_examiner.h
index 232d7f0d87ec2ceebade13de4422530af191c145..f577e2b3552c999a1f5f0b3e681fbafe4c785248 100644 (file)
@@ -34,7 +34,7 @@ class DCPContent;
 class DCPExaminer : public DCP, public VideoExaminer, public AudioExaminer
 {
 public:
-       explicit DCPExaminer (boost::shared_ptr<const DCPContent>, bool tolerant);
+       explicit DCPExaminer (std::shared_ptr<const DCPContent>, bool tolerant);
 
        bool has_video () const {
                return _has_video;