summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/disk_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/disk_io.h')
-rw-r--r--libs/ardour/ardour/disk_io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/disk_io.h b/libs/ardour/ardour/disk_io.h
index f39ee1d253..4f9eb2257e 100644
--- a/libs/ardour/ardour/disk_io.h
+++ b/libs/ardour/ardour/disk_io.h
@@ -156,7 +156,7 @@ protected:
/** Ringbuffer for data to be played back.
* written to in the butler thread, read from in the process thread.
*/
- PBD::RingBufferNPT<Sample>* buf;
+ PBD::RingBufferNPT<Sample>* rbuf;
/** A ringbuffer for data to be recorded back, written to in the
* process thread, read from in the butler thread.