summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/midi_port.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/midi_port.h')
-rw-r--r--libs/ardour/ardour/midi_port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/midi_port.h b/libs/ardour/ardour/midi_port.h
index 10d8c7b6ca..8b6095c470 100644
--- a/libs/ardour/ardour/midi_port.h
+++ b/libs/ardour/ardour/midi_port.h
@@ -41,7 +41,7 @@ class MidiPort : public Port {
void cycle_end (nframes_t nframes);
void cycle_split ();
- void flush_buffers (nframes_t nframes, nframes64_t time, nframes_t offset = 0);
+ void flush_buffers (nframes_t nframes, framepos_t time, nframes_t offset = 0);
void transport_stopped ();
size_t raw_buffer_size(jack_nframes_t nframes) const;