summaryrefslogtreecommitdiff
path: root/libs/audiographer
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-09-16 15:44:48 +0200
committerRobin Gareus <robin@gareus.org>2017-09-16 16:37:29 +0200
commit7258c6334db4e8c895fc556ae1ed550f0c70ead1 (patch)
tree9a6015bcbef3036b674f70a2d5a5cb817bb2a524 /libs/audiographer
parentae0dcdc0c5d13483271065c360e378202d20170a (diff)
Namespace PBD::RingBuffer
class RingBuffer<> is a very generic name and should not pollute the global namespace.
Diffstat (limited to 'libs/audiographer')
-rw-r--r--libs/audiographer/audiographer/sndfile/tmp_file_rt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/audiographer/audiographer/sndfile/tmp_file_rt.h b/libs/audiographer/audiographer/sndfile/tmp_file_rt.h
index 86e363c266..4207d3da75 100644
--- a/libs/audiographer/audiographer/sndfile/tmp_file_rt.h
+++ b/libs/audiographer/audiographer/sndfile/tmp_file_rt.h
@@ -124,7 +124,7 @@ class TmpFileRt
bool _capture;
framecnt_t _chunksize;
- RingBuffer<T> _rb;
+ PBD::RingBuffer<T> _rb;
pthread_mutex_t _disk_thread_lock;
pthread_cond_t _data_ready;