mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
NO-OP: space for function decl
This commit is contained in:
parent
1fcc09ca84
commit
6e58f6e2c8
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ MidiBuffer::insert_event (const Evoral::Event<TimeType>& ev)
|
|||
}
|
||||
|
||||
uint32_t
|
||||
MidiBuffer::write(TimeType time, Evoral::EventType type, uint32_t size, const uint8_t* buf)
|
||||
MidiBuffer::write (TimeType time, Evoral::EventType type, uint32_t size, const uint8_t* buf)
|
||||
{
|
||||
insert_event(Evoral::Event<TimeType>(type, time, size, const_cast<uint8_t*>(buf)));
|
||||
return size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue