summaryrefslogtreecommitdiffstats
path: root/src/client/PluginUI.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-08 19:58:25 +0000
committerDavid Robillard <d@drobilla.net>2011-03-08 19:58:25 +0000
commit2edb1283923b3c9b31d289342c74688975cb45fa (patch)
tree3751838306c79cfc858e7514e45cce6311373063 /src/client/PluginUI.hpp
parenta7d7fae434dc32e6787dfe54d1c30e0bccc660bd (diff)
downloadingen-2edb1283923b3c9b31d289342c74688975cb45fa.tar.gz
ingen-2edb1283923b3c9b31d289342c74688975cb45fa.tar.bz2
ingen-2edb1283923b3c9b31d289342c74688975cb45fa.zip
Update for new SLV2 UI API.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3056 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client/PluginUI.hpp')
-rw-r--r--src/client/PluginUI.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/PluginUI.hpp b/src/client/PluginUI.hpp
index 3a59a232..9cc6a4db 100644
--- a/src/client/PluginUI.hpp
+++ b/src/client/PluginUI.hpp
@@ -61,6 +61,8 @@ private:
SharedPtr<NodeModel> _node;
SLV2UIInstance _instance;
+ static SLV2UIHost ui_host;
+
SharedPtr<Shared::LV2Features::FeatureArray> _features;
};