summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/return.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/return.h')
-rw-r--r--libs/ardour/ardour/return.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/return.h b/libs/ardour/ardour/return.h
index 2dcb6eb270..cf709ed2f2 100644
--- a/libs/ardour/ardour/return.h
+++ b/libs/ardour/ardour/return.h
@@ -74,7 +74,7 @@ private:
uint32_t _bitslot;
void collect_input (BufferSet& bufs, nframes_t nframes, ChanCount offset=ChanCount::ZERO);
- void just_meter_input (sframes_t start_frame, sframes_t end_frame, nframes_t nframes);
+ void just_meter_input (framepos_t start_frame, framepos_t end_frame, nframes_t nframes);
};
} // namespace ARDOUR