From 230a127bc8fdf638a0ecccecf43cfed425f30468 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 16 Mar 2013 23:24:36 -0400 Subject: Favor nullptr over NULL --- notify.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notify.h') diff --git a/notify.h b/notify.h index 4718f20..10423ee 100644 --- a/notify.h +++ b/notify.h @@ -81,7 +81,7 @@ class LibnotifyNotifier : public Notifier { notify_notification_set_urgency(notification, NOTIFY_URGENCY_NORMAL); notify_notification_set_hint_int32(notification, "value", vol); notify_notification_set_hint_string(notification, "synchronous", "volume"); - notify_notification_show(notification, NULL); + notify_notification_show(notification, nullptr); g_object_unref(G_OBJECT(notification)); } }; -- cgit v1.2.3