summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-02-08 13:30:36 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-02-08 13:30:36 +0000
commit149298bd03dcfce00815d798c9f670e8ea24e7e0 (patch)
treef9fa1a9215fca876599e465e278afaa21b22d73e /protocols/WhatsApp/src/proto.h
parent8be3a7a616f0739959fb0d4f5266973510bd4142 (diff)
support for private messages in chats
git-svn-id: http://svn.miranda-ng.org/main/trunk@12055 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/proto.h')
-rw-r--r--protocols/WhatsApp/src/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h
index b07d8aed87..8702f2c060 100644
--- a/protocols/WhatsApp/src/proto.h
+++ b/protocols/WhatsApp/src/proto.h
@@ -172,6 +172,7 @@ private:
WAConnection *m_pConnection;
Mutex connMutex;
time_t m_tLastWriteTime;
+ ptrT m_defaultGroup;
std::vector<unsigned char> m_Challenge;
std::string m_szPhoneNumber;