diff options
author | George Hazan <george.hazan@gmail.com> | 2015-01-26 20:59:45 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-01-26 20:59:45 +0000 |
commit | e64e17858c88e0b8302a34cebc02be0019422947 (patch) | |
tree | be3c6510a0f7453c731286c5778547b00d469baa /protocols/WhatsApp/src/proto.h | |
parent | 0acc48076d8b2148d60d8a2532753c1eb06de276 (diff) |
minus another shitty new
git-svn-id: http://svn.miranda-ng.org/main/trunk@11920 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/proto.h')
-rw-r--r-- | protocols/WhatsApp/src/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h index 7293245831..622296cdd9 100644 --- a/protocols/WhatsApp/src/proto.h +++ b/protocols/WhatsApp/src/proto.h @@ -159,7 +159,7 @@ private: Mutex connMutex;
int lastPongTime;
- std::vector<unsigned char> *challenge;
+ std::vector<unsigned char> m_Challenge;
string phoneNumber;
string jid, nick;
std::map<string, MCONTACT> hContactByJid;
|