From 3ccfa34b32b7ed9d7bef05baa36827b4b262197e Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 13 Sep 2018 10:36:41 -0700 Subject: convert C-style (void) parameter lists to C++ style () --- src/qt/macnotificationhandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qt/macnotificationhandler.h') diff --git a/src/qt/macnotificationhandler.h b/src/qt/macnotificationhandler.h index 23993adc2e..03c744c12e 100644 --- a/src/qt/macnotificationhandler.h +++ b/src/qt/macnotificationhandler.h @@ -19,7 +19,7 @@ public: void showNotification(const QString &title, const QString &text); /** check if OS can handle UserNotifications */ - bool hasUserNotificationCenterSupport(void); + bool hasUserNotificationCenterSupport(); static MacNotificationHandler *instance(); }; -- cgit v1.2.3