Merge 0ff1391328 into merged_master (Bitcoin PR bitcoin/bitcoin#24191)

This commit is contained in:
Byron Hambly 2023-06-29 14:31:17 +00:00
commit fa65843810
2 changed files with 1 additions and 3 deletions

View file

@ -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),