update route/processor semantics
[ardour.git] / libs / ardour / internal_return.cc
index 4947231c84717b9836a405c7d5dfc09eaa7aa6f3..e42c067454823d7bc1341df08123f3c48e131424 100644 (file)
@@ -32,7 +32,7 @@ InternalReturn::InternalReturn (Session& s)
 }
 
 void
-InternalReturn::run (BufferSet& bufs, framepos_t /*start_frame*/, framepos_t /*end_frame*/, pframes_t nframes, bool)
+InternalReturn::run (BufferSet& bufs, framepos_t /*start_frame*/, framepos_t /*end_frame*/, double /*speed*/, pframes_t nframes, bool)
 {
        if (!_active && !_pending_active) {
                return;