Change the feedback alert to a flashing button; works
[ardour.git] / libs / ardour / ardour / audio_diskstream.h
index a1b16b394c7cbd278bb4e5aadc72ec8a6a2add5f..ab7c27c4f3697d47e689ebbe5f8ce8964d13777b 100644 (file)
@@ -151,7 +151,7 @@ class AudioDiskstream : public Diskstream
   protected:
        friend class AudioTrack;
 
-       int  process (framepos_t transport_frame, pframes_t nframes, bool& need_butler);
+       int  process (framepos_t transport_frame, pframes_t nframes, framecnt_t &);
        bool commit  (framecnt_t);
 
   private: