summaryrefslogtreecommitdiff
path: root/plugins/StatusManager/src/startupstatus.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-12-26 17:06:04 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-12-26 17:06:04 +0300
commit1039b2829a264280493ba0fa979214fe024dc70c (patch)
tree8fa6a60eb46627582c372b56a4a1d4754d6732c3 /plugins/StatusManager/src/startupstatus.h
parent62a186697df33c96dc1a6dac0f4dfc38652fb96f (diff)
WORD -> uint16_t
Diffstat (limited to 'plugins/StatusManager/src/startupstatus.h')
-rw-r--r--plugins/StatusManager/src/startupstatus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StatusManager/src/startupstatus.h b/plugins/StatusManager/src/startupstatus.h
index 12a8f7900b..7e3ad71123 100644
--- a/plugins/StatusManager/src/startupstatus.h
+++ b/plugins/StatusManager/src/startupstatus.h
@@ -39,7 +39,7 @@ struct PROFILEOPTIONS : public MZeroedObject
BOOL createMmi;
BOOL inSubMenu;
BOOL regHotkey;
- WORD hotKey;
+ uint16_t hotKey;
};
typedef struct {