From 59029765e8d8a02b7759124dcb004a9a285cee97 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 9 Jul 2018 17:54:42 +0200 Subject: NO-OP: Rename disk-reader buffer for consistency This is in preparation to replace the Ringbuffer and avoid over-using "buf" as variable (it's already used for vectors, as parameter name and Audiobuffers. --- libs/ardour/ardour/disk_io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/ardour/disk_io.h') 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* buf; + PBD::RingBufferNPT* rbuf; /** A ringbuffer for data to be recorded back, written to in the * process thread, read from in the butler thread. -- cgit v1.2.3