summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Block.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/LV2Block.hpp')
-rw-r--r--src/server/LV2Block.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/LV2Block.hpp b/src/server/LV2Block.hpp
index 07c04321..8046189e 100644
--- a/src/server/LV2Block.hpp
+++ b/src/server/LV2Block.hpp
@@ -85,10 +85,10 @@ public:
boost::optional<Resource> save_preset(const URI& uri,
const Properties& props) override;
- void set_port_buffer(uint32_t voice,
- uint32_t port_num,
- BufferRef buf,
- SampleCount offset) override;
+ void set_port_buffer(uint32_t voice,
+ uint32_t port_num,
+ const BufferRef& buf,
+ SampleCount offset) override;
static LilvState* load_state(World& world, const FilePath& path);