diff options
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
|