diff options
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/client/PluginUI.hpp | 1 |
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(); |