summaryrefslogtreecommitdiffstats
path: root/src/engine/events/SendBinding.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/SendBinding.cpp')
-rw-r--r--src/engine/events/SendBinding.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/events/SendBinding.cpp b/src/engine/events/SendBinding.cpp
index c3c83ea4..82736f53 100644
--- a/src/engine/events/SendBinding.cpp
+++ b/src/engine/events/SendBinding.cpp
@@ -31,7 +31,7 @@ namespace Events {
void
SendBinding::post_process()
{
- const LV2URIMap& uris = *_engine.world()->uris.get();
+ const LV2URIMap& uris = *_engine.world()->uris().get();
Raul::Atom::DictValue dict;
if (_type == ControlBindings::MIDI_CC) {
dict[uris.rdf_type] = uris.midi_Controller;