aboutsummaryrefslogtreecommitdiff
path: root/src/node/ui_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node/ui_interface.h')
-rw-r--r--src/node/ui_interface.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/node/ui_interface.h b/src/node/ui_interface.h
index 5e11b08976..d02238b549 100644
--- a/src/node/ui_interface.h
+++ b/src/node/ui_interface.h
@@ -1,5 +1,5 @@
// Copyright (c) 2010 Satoshi Nakamoto
-// Copyright (c) 2012-2020 The Bitcoin Core developers
+// Copyright (c) 2012-2021 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
@@ -25,8 +25,7 @@ class CClientUIInterface
{
public:
/** Flags for CClientUIInterface::ThreadSafeMessageBox */
- enum MessageBoxFlags
- {
+ enum MessageBoxFlags : uint32_t {
ICON_INFORMATION = 0,
ICON_WARNING = (1U << 0),
ICON_ERROR = (1U << 1),