summaryrefslogtreecommitdiffstats
path: root/src/server/BufferFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/BufferFactory.cpp')
-rw-r--r--src/server/BufferFactory.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/BufferFactory.cpp b/src/server/BufferFactory.cpp
index b15e0bb7..6390a36b 100644
--- a/src/server/BufferFactory.cpp
+++ b/src/server/BufferFactory.cpp
@@ -96,10 +96,10 @@ BufferFactory::default_size(LV2_URID type) const
}
BufferRef
-BufferFactory::get(LV2_URID type,
- uint32_t capacity,
- bool real_time,
- bool force_create)
+BufferFactory::get_buffer(LV2_URID type,
+ uint32_t capacity,
+ bool real_time,
+ bool force_create)
{
std::atomic<Buffer*>& head_ptr = free_list(type);
Buffer* try_head = NULL;