summaryrefslogtreecommitdiffstats
path: root/src/client/PluginUI.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/PluginUI.hpp')
-rw-r--r--src/client/PluginUI.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/PluginUI.hpp b/src/client/PluginUI.hpp
index f9dc0bbb..d2e13d9d 100644
--- a/src/client/PluginUI.hpp
+++ b/src/client/PluginUI.hpp
@@ -64,9 +64,9 @@ private:
Ingen::Shared::World* _world;
SharedPtr<NodeModel> _node;
- SuilInstance _instance;
+ SuilInstance* _instance;
- static SuilHost ui_host;
+ static SuilHost* ui_host;
SharedPtr<Shared::LV2Features::FeatureArray> _features;
};