summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/internal_return.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/internal_return.h')
-rw-r--r--libs/ardour/ardour/internal_return.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/internal_return.h b/libs/ardour/ardour/internal_return.h
index 48fcab151e..d2c55b1763 100644
--- a/libs/ardour/ardour/internal_return.h
+++ b/libs/ardour/ardour/internal_return.h
@@ -37,7 +37,7 @@ class LIBARDOUR_API InternalReturn : public Return
XMLNode& state (bool full);
XMLNode& get_state ();
- void run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame, double speed, pframes_t nframes, bool);
+ void run (BufferSet& bufs, samplepos_t start_sample, samplepos_t end_sample, double speed, pframes_t nframes, bool);
bool configure_io (ChanCount, ChanCount);
bool can_support_io_configuration (const ChanCount& in, ChanCount& out);