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_proto.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_proto.h')
-rw-r--r-- | protocols/Skype/src/skype_proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index a391ecd0ed..432ca34dc7 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -349,6 +349,8 @@ protected: void OnChatEvent(const ConversationRef &conversation, const MessageRef &message);
+ OBJLIST<ChatRoom> chatRooms;
+
// contacts
void UpdateContactAuthState(HANDLE hContact, const ContactRef &contact);
void UpdateContactStatus(HANDLE hContact, const ContactRef &contact);
|