From dd9be86db6cde0afa5da0d1d1ac43b42e05dca26 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 4 Jan 2021 21:16:53 +0100 Subject: std::shared_ptr --- src/lib/decoder_part.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/decoder_part.h') diff --git a/src/lib/decoder_part.h b/src/lib/decoder_part.h index c8e13445a..96225f3dd 100644 --- a/src/lib/decoder_part.h +++ b/src/lib/decoder_part.h @@ -34,7 +34,7 @@ public: DecoderPart (Decoder* parent); virtual ~DecoderPart () {} - virtual boost::optional position (boost::shared_ptr film) const = 0; + virtual boost::optional position (std::shared_ptr film) const = 0; virtual void seek () = 0; void set_ignore (bool i) { -- cgit v1.2.3