diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2012-10-21 14:07:28 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2012-10-21 14:07:28 +0000 |
commit | 4f11d8cbeb266fb1165835a616fb74b4fe51ee5f (patch) | |
tree | 3c7a769b7c6a42983f9ecc6408c88b2f91e36b11 /protocols/Skype/src/skype_proto.h | |
parent | e89535aa49f04e557e3c32d5fb222da6c4c350a9 (diff) |
- added UserIsTyping
git-svn-id: http://svn.miranda-ng.org/main/trunk@2020 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r-- | protocols/Skype/src/skype_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index 62a6863a30..b097201e26 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -103,6 +103,7 @@ public: static int PrebuildContactMenu(WPARAM wParam, LPARAM lParam);
protected:
+ DWORD dwCMDNum;
CAccount::Ref account;
CContact::Refs contactList;
CContactGroup::Ref commonList;
|