mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
Update GUI, PBD::Ringbuffer namespace
This commit is contained in:
parent
7258c6334d
commit
f53cec1d8f
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ private:
|
|||
*/
|
||||
volatile gint _update_queued;
|
||||
|
||||
RingBuffer<char *> fifo;
|
||||
PBD::RingBuffer<char *> fifo;
|
||||
Pool buffer_pool;
|
||||
static const size_t buffer_size = 256;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue