Changes needed for building Tim's new 'string_convert' stuff with MSVC (libardour)
[ardour.git] / libs / ardour / ardour / return.h
index 1d60a43d38e750fd50c4eaff38de8ddb4f7848c3..d42a280ffb03914964d97f67c1e10ab059e8d5c3 100644 (file)
@@ -42,7 +42,7 @@ public:
 
        uint32_t bit_slot() const { return _bitslot; }
 
-       void run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame, pframes_t nframes, bool);
+       void run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame, double speed, pframes_t nframes, bool);
 
        boost::shared_ptr<Amp> amp() const { return _amp; }
        boost::shared_ptr<PeakMeter> meter() const { return _meter; }