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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/BufferFactory.cpp b/src/server/BufferFactory.cpp
index c9eeed49..d9847e3a 100644
--- a/src/server/BufferFactory.cpp
+++ b/src/server/BufferFactory.cpp
@@ -49,7 +49,7 @@ BufferFactory::~BufferFactory()
Forge&
BufferFactory::forge()
{
- return _engine.world()->forge();
+ return _engine.world().forge();
}
Raul::Maid&
@@ -146,7 +146,7 @@ BufferFactory::claim_buffer(LV2_URID type,
{
Buffer* try_head = try_get_buffer(type);
if (!try_head) {
- _engine.world()->log().rt_error("Failed to obtain buffer");
+ _engine.world().log().rt_error("Failed to obtain buffer");
return BufferRef();
}