diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-06 20:06:49 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-06 20:06:49 +0000 |
commit | 4d52061bac77ed58941fc614736719bbb18620ba (patch) | |
tree | da0c91e7cf7498dd3f45d9894c9a8bc88ac264f7 /protocols/Skype/src/skype_chat.h | |
parent | 65a53b8ae95bf7adb160b4e7cb10efc342fa75d0 (diff) |
more cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@5606 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_chat.h')
-rw-r--r-- | protocols/Skype/src/skype_chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_chat.h b/protocols/Skype/src/skype_chat.h index c639f2942f..3235622348 100644 --- a/protocols/Skype/src/skype_chat.h +++ b/protocols/Skype/src/skype_chat.h @@ -131,7 +131,7 @@ private: HANDLE hContact;
- LIST<ChatMember> members;
+ OBJLIST<ChatMember> members;
CSkypeProto *ppro;
|