diff options
author | George Hazan <george.hazan@gmail.com> | 2015-01-29 13:41:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-01-29 13:41:23 +0000 |
commit | c4562ac53bba7b587af2fcb5eebd6051b11d1f04 (patch) | |
tree | 0485d1182ebfd7c8d665c8afb9fef02fa3a8cbce /protocols/WhatsApp/src/proto.h | |
parent | e925caad25e01600e61de2e909d63037dd574a6e (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.h | 4 |
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;
|