diff options
author | George Hazan <george.hazan@gmail.com> | 2015-02-09 14:50:59 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-02-09 14:50:59 +0000 |
commit | d34c8dc9de79fe83cfd0b53d845f8596676442f7 (patch) | |
tree | cdd92abb3a23cac5f3eeb112a1c7adb1c171ec62 /protocols/WhatsApp/src/proto.h | |
parent | 753572a30e7eb2b44b3937f3854ecfe172833a62 (diff) |
fix for the default group's name
git-svn-id: http://svn.miranda-ng.org/main/trunk@12065 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 4585d9e48f..a74ed810a3 100644 --- a/protocols/WhatsApp/src/proto.h +++ b/protocols/WhatsApp/src/proto.h @@ -175,7 +175,7 @@ private: WAConnection *m_pConnection;
Mutex connMutex;
time_t m_tLastWriteTime;
- ptrT m_defaultGroup;
+ ptrT m_tszDefaultGroup;
std::vector<unsigned char> m_Challenge;
std::string m_szPhoneNumber;
|