aboutsummaryrefslogtreecommitdiff
path: root/src/qt/macnotificationhandler.h
diff options
context:
space:
mode:
authorArvid Norberg <arvid@blockstream.io>2018-09-13 10:36:41 -0700
committerArvid Norberg <arvid@blockstream.io>2018-09-13 10:36:41 -0700
commit3ccfa34b32b7ed9d7bef05baa36827b4b262197e (patch)
treef8a24afd1e7d6949040aff1e177b8adf7bc84f83 /src/qt/macnotificationhandler.h
parentf0a6a922fe64c16829649281f182dc8c5e153333 (diff)
downloadbitcoin-3ccfa34b32b7ed9d7bef05baa36827b4b262197e.tar.xz
convert C-style (void) parameter lists to C++ style ()
Diffstat (limited to 'src/qt/macnotificationhandler.h')
-rw-r--r--src/qt/macnotificationhandler.h2
1 files changed, 1 insertions, 1 deletions
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();
};