summaryrefslogtreecommitdiffstats
path: root/src/engine/LV2Info.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/LV2Info.hpp')
-rw-r--r--src/engine/LV2Info.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/LV2Info.hpp b/src/engine/LV2Info.hpp
index 1044098a..2ba0ef20 100644
--- a/src/engine/LV2Info.hpp
+++ b/src/engine/LV2Info.hpp
@@ -54,7 +54,7 @@ public:
SLV2Value message_port_class;
Ingen::Shared::World& world() { return *_world; }
- SLV2World lv2_world() { return _world->slv2_world; }
+ SLV2World lv2_world() { return _world->slv2_world(); }
private:
Ingen::Shared::World* _world;