diff options
author | George Hazan <george.hazan@gmail.com> | 2015-02-09 16:02:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-02-09 16:02:23 +0000 |
commit | ff22a9442b5464ef0de4273bbdeb74ea1957bf17 (patch) | |
tree | 55ff04f178a17fe5999bb55b3aa1f245468bee9d /protocols/WhatsApp/src/proto.h | |
parent | b7c78a98ba81a12e7f0e4772cc438b65ea3ca94b (diff) |
options' dialog improvements
git-svn-id: http://svn.miranda-ng.org/main/trunk@12067 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 a74ed810a3..1c1ddb3192 100644 --- a/protocols/WhatsApp/src/proto.h +++ b/protocols/WhatsApp/src/proto.h @@ -118,6 +118,7 @@ public: std::vector<string> m_szInviteJids;
map<std::string, WAChatInfo*> m_chats;
mir_cs m_csChats;
+ ptrT m_tszDefaultGroup;
void ChatLogMenuHook(WAChatInfo *pInfo, GCHOOK *gch);
void NickListMenuHook(WAChatInfo *pInfo, GCHOOK *gch);
@@ -175,7 +176,6 @@ private: WAConnection *m_pConnection;
Mutex connMutex;
time_t m_tLastWriteTime;
- ptrT m_tszDefaultGroup;
std::vector<unsigned char> m_Challenge;
std::string m_szPhoneNumber;
|