diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-02-19 12:03:19 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-02-19 12:03:19 +0100 |
commit | 8d41a41ce20193c94d7a54487976016c7ead7387 (patch) | |
tree | f60d7fcd4294f74522107a5b0b8affe08a63fc45 | |
parent | 2f3d85182ff9f2f1174a47b6139f358d232ee5e3 (diff) |
vcl: loplugin:nullptr
Change-Id: I08566926c931e1e9ef46e44ce265bde8148439f6
-rw-r--r-- | vcl/unx/gtk3/gtk3gtkframe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk3/gtk3gtkframe.cxx b/vcl/unx/gtk3/gtk3gtkframe.cxx index ddfa0fcda66b..0dd7db3a5149 100644 --- a/vcl/unx/gtk3/gtk3gtkframe.cxx +++ b/vcl/unx/gtk3/gtk3gtkframe.cxx @@ -538,7 +538,7 @@ static void activate_uno(GSimpleAction *action, GVariant*, gpointer) return; gchar *strval = nullptr; - g_object_get(action, "name", &strval, NULL); + g_object_get(action, "name", &strval, nullptr); if (!strval) return; |