summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-01-29 13:41:23 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-01-29 13:41:23 +0000
commitc4562ac53bba7b587af2fcb5eebd6051b11d1f04 (patch)
tree0485d1182ebfd7c8d665c8afb9fef02fa3a8cbce /protocols/WhatsApp/src/proto.h
parente925caad25e01600e61de2e909d63037dd574a6e (diff)
- two new's replaced with aggregates
- member's name unification git-svn-id: http://svn.miranda-ng.org/main/trunk@11948 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/proto.h')
-rw-r--r--protocols/WhatsApp/src/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h
index 25f145be59..33cc9bcad0 100644
--- a/protocols/WhatsApp/src/proto.h
+++ b/protocols/WhatsApp/src/proto.h
@@ -170,8 +170,8 @@ private:
int lastPongTime;
std::vector<unsigned char> m_Challenge;
- string phoneNumber;
- string jid, nick;
+ string m_szPhoneNumber;
+ string m_szJid, m_szNick;
std::map<string, MCONTACT> hContactByJid;
map<MCONTACT, map<MCONTACT, bool>> isMemberByGroupContact;