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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/node/ui_interface.h b/src/node/ui_interface.h
index 5c7c3e7074..d02238b549 100644
--- a/src/node/ui_interface.h
+++ b/src/node/ui_interface.h
@@ -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),