diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-04-26 15:19:17 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-04-26 15:19:17 +0000 |
commit | 30b3cd352057c79cf26e1ce73a8c6554cbb4b7be (patch) | |
tree | b6d9b287c6b547e68a18bba25d243b3d8c252d72 /protocols/Skype/src/skypekit/conversation.h | |
parent | 0fdbd8fce63637a7abf746942060f858b225af7d (diff) |
cleanup project
git-svn-id: http://svn.miranda-ng.org/main/trunk@4534 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skypekit/conversation.h')
-rw-r--r-- | protocols/Skype/src/skypekit/conversation.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/Skype/src/skypekit/conversation.h b/protocols/Skype/src/skypekit/conversation.h index 9fdc064962..26e7fb990b 100644 --- a/protocols/Skype/src/skypekit/conversation.h +++ b/protocols/Skype/src/skypekit/conversation.h @@ -1,6 +1,7 @@ #pragma once
#include "common.h"
+#include "participant.h"
class CConversation : public Conversation
{
@@ -12,4 +13,7 @@ public: private:
CSkypeProto* proto;
+ CParticipant::Refs participants;
+
+ void OnParticipantListChange();
};
\ No newline at end of file |