diff options
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;
|