A few more fixes; set up Playlist as required.
[dcpomatic.git] / src / lib / delay_line.h
index 4d6f1313bd1e5af24fbaf3ed8b61a13312e754cd..c51784f353ab7edbbdcd373f6bcb42da5957bf8c 100644 (file)
@@ -26,7 +26,7 @@ class AudioBuffers;
 class DelayLine : public AudioProcessor
 {
 public:
-       DelayLine (Log* log, int channels, int frames);
+       DelayLine (boost::shared_ptr<Log> log, int channels, int frames);
        
        void process_audio (boost::shared_ptr<AudioBuffers>);