summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_roster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src/jabber_roster.cpp')
-rw-r--r--protocols/JabberG/src/jabber_roster.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/JabberG/src/jabber_roster.cpp b/protocols/JabberG/src/jabber_roster.cpp
index 399cd91a91..25f53f0664 100644
--- a/protocols/JabberG/src/jabber_roster.cpp
+++ b/protocols/JabberG/src/jabber_roster.cpp
@@ -141,11 +141,11 @@ class CRosterEditorDlg : public CJabberDlgBase
friend struct CJabberProto;
typedef CJabberDlgBase CSuper;
- BYTE m_bRRAction;
+ uint8_t m_bRRAction;
BOOL m_bReadyToDownload = true;
BOOL m_bReadyToUpload = false;
- void _RosterSendRequest(BYTE rrAction)
+ void _RosterSendRequest(uint8_t rrAction)
{
m_bRRAction = rrAction;