forward port automation handling changes from 2.x, upto and including about rev 6981...
[ardour.git] / libs / ardour / return.cc
index 10879d772206cb61172b1ae584f924b7e25cee33..d8c8dd22f8d40d375d02060bd98425c89e31ca1c 100644 (file)
@@ -103,7 +103,7 @@ Return::set_state (const XMLNode& node, int version)
 }
 
 void
-Return::run (BufferSet& bufs, sframes_t start_frame, sframes_t end_frame, nframes_t nframes, bool)
+Return::run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame, nframes_t nframes, bool)
 {
        if ((!_active && !_pending_active) || _input->n_ports() == ChanCount::ZERO) {
                return;