From 239825b92b1d4c79ebd67cb3766355bf8e699bc7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 May 2008 23:52:44 +0000 Subject: Better global (engine/client) LV2 feature sharing. Provide URI map extension to plugin UIs. git-svn-id: http://svn.drobilla.net/lad/ingen@1217 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/module/World.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/libs/module/World.hpp') diff --git a/src/libs/module/World.hpp b/src/libs/module/World.hpp index b61fe2af..a1ca9a68 100644 --- a/src/libs/module/World.hpp +++ b/src/libs/module/World.hpp @@ -24,6 +24,7 @@ #include #include #include +#include "shared/LV2Features.hpp" #ifdef HAVE_SLV2 #include @@ -50,8 +51,10 @@ class EngineInterface; */ struct World { #ifdef HAVE_SLV2 - SLV2World slv2_world; + SLV2World slv2_world; + LV2Features* lv2_features; #endif + Redland::World* rdf_world; EngineInterface* engine; -- cgit v1.2.1