diff options
author | ghazan <ghazan@miranda.im> | 2022-02-27 10:18:31 +0300 |
---|---|---|
committer | ghazan <ghazan@miranda.im> | 2022-02-27 10:18:31 +0300 |
commit | 8b89b88e8a88f23830623b95b37ee52c2ffe3823 (patch) | |
tree | c8111905c16d346904491a60858f12dae73c1a13 /include/m_chat_int.h | |
parent | 100ce6d79401d9355002288fdbed8ba5e18fcc5d (diff) |
minor fixes
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 06ce174453..d57c594607 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -84,7 +84,7 @@ struct USERINFO : public MZeroedObject, public MNonCopyable wchar_t* pszNick;
uint16_t Status;
int iStatusEx;
- WORD ContactStatus;
+ uint16_t ContactStatus;
};
struct MIR_APP_EXPORT GCModuleInfoBase : public MZeroedObject, public MNonCopyable
|