summaryrefslogtreecommitdiffstats
path: root/src/server/BufferFactory.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/BufferFactory.hpp')
-rw-r--r--src/server/BufferFactory.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/BufferFactory.hpp b/src/server/BufferFactory.hpp
index 8c0f5db9..fc9c5515 100644
--- a/src/server/BufferFactory.hpp
+++ b/src/server/BufferFactory.hpp
@@ -49,10 +49,10 @@ public:
static uint32_t audio_buffer_size(SampleCount nframes);
uint32_t default_size(LV2_URID type) const;
- BufferRef get(LV2_URID type,
- uint32_t capacity,
- bool real_time,
- bool force_create = false);
+ BufferRef get_buffer(LV2_URID type,
+ uint32_t capacity,
+ bool real_time,
+ bool force_create = false);
BufferRef silent_buffer();