diff options
Diffstat (limited to 'ingen/client')
-rw-r--r-- | ingen/client/PluginUI.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/client/PluginUI.hpp b/ingen/client/PluginUI.hpp index c44cad82..45475cfe 100644 --- a/ingen/client/PluginUI.hpp +++ b/ingen/client/PluginUI.hpp @@ -59,7 +59,7 @@ public: * no widget and the UI can not be used. */ bool instantiate(); - bool instantiated () { return _instance != NULL; } + bool instantiated () { return _instance != nullptr; } SuilWidget get_widget(); |