const fix.
[dcpomatic.git] / src / lib / audio_decoder.h
index a4b74e2eae011cec3379e4520137504f381fdb6d..25d858681eea36e6e4ed0f6605526f88a37c49d2 100644 (file)
@@ -43,7 +43,7 @@ class Log;
 class AudioDecoder : public boost::enable_shared_from_this<AudioDecoder>, public DecoderPart
 {
 public:
-       AudioDecoder (Decoder* parent, boost::shared_ptr<AudioContent> content, boost::shared_ptr<Log> log);
+       AudioDecoder (Decoder* parent, boost::shared_ptr<const AudioContent> content, boost::shared_ptr<Log> log);
 
        ContentTime position () const;
        void emit (AudioStreamPtr stream, boost::shared_ptr<const AudioBuffers>, ContentTime);