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.hpp2
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();