globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / libs / ardour / internal_return.cc
index 28089feef466f09eae4df7257ac9a989045bb921..b56e9e6a2fbdebe0933bcb5f9da307fdde7003de 100644 (file)
@@ -32,7 +32,7 @@ InternalReturn::InternalReturn (Session& s)
 }
 
 void
-InternalReturn::run (BufferSet& bufs, framepos_t /*start_frame*/, framepos_t /*end_frame*/, double /*speed*/, pframes_t nframes, bool)
+InternalReturn::run (BufferSet& bufs, samplepos_t /*start_sample*/, samplepos_t /*end_sample*/, double /*speed*/, pframes_t nframes, bool)
 {
        if (!_active && !_pending_active) {
                return;