From d6a9571641bcb34acb3521feb08eea33195fd9ca Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 25 Dec 2017 13:59:47 -0500 Subject: Use nullptr --- ingen/client/PluginUI.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ingen/client') 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(); -- cgit v1.2.1