summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/proto.h
diff options
context:
space:
mode:
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 1c1ddb3192..4c1b936840 100644
--- a/protocols/WhatsApp/src/proto.h
+++ b/protocols/WhatsApp/src/proto.h
@@ -172,7 +172,7 @@ private:
HANDLE update_loop_lock_;
- WASocketConnection *conn;
+ WASocketConnection *m_pSocket;
WAConnection *m_pConnection;
Mutex connMutex;
time_t m_tLastWriteTime;
@@ -180,7 +180,7 @@ private:
std::vector<unsigned char> m_Challenge;
std::string m_szPhoneNumber;
std::string m_szJid, m_szNick;
- std::map<string, MCONTACT> hContactByJid;
+ std::map<string, MCONTACT> m_hContactByJid;
map<MCONTACT, map<MCONTACT, bool>> isMemberByGroupContact;
protected: