summaryrefslogtreecommitdiffstats
path: root/ingen/client/PluginUI.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/client/PluginUI.hpp')
-rw-r--r--ingen/client/PluginUI.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ingen/client/PluginUI.hpp b/ingen/client/PluginUI.hpp
index 1ccadc58..d4d47e3b 100644
--- a/ingen/client/PluginUI.hpp
+++ b/ingen/client/PluginUI.hpp
@@ -59,6 +59,7 @@ public:
* no widget and the UI can not be used.
*/
bool instantiate();
+ bool instantiated () { return _instance != NULL; }
SuilWidget get_widget();