summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-01-26 20:59:45 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-01-26 20:59:45 +0000
commite64e17858c88e0b8302a34cebc02be0019422947 (patch)
treebe3c6510a0f7453c731286c5778547b00d469baa /protocols/WhatsApp/src/proto.h
parent0acc48076d8b2148d60d8a2532753c1eb06de276 (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.h2
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;