X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fdecoder_part.h;h=96225f3dd78e681b7213bccf8ba7296560f5a68f;hp=c8e13445a96c42761e3a3fb1f5f65b6c0de3738b;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hpb=0d35820cf50d2789752b8776683b26d04642518d 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) {