diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2012-12-16 13:16:42 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2012-12-16 13:16:42 +0000 |
commit | 2ae148d3b9040ab734642ea0bc798bede8a06dfa (patch) | |
tree | 83b34145df1307627ac3d3bb9156e17383f81687 /protocols/Skype/src/skype_proto.h | |
parent | a3b6e54b51ddf79756a0916740988182637c0cc0 (diff) |
- refactored message receiving
git-svn-id: http://svn.miranda-ng.org/main/trunk@2751 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, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index edae4c6acc..3e17a5d906 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -170,7 +170,7 @@ protected: static LanguagesListEntry languages[223];
// messages
- void OnOnMessageReceived(const char *sid, const char *text);
+ void OnMessageReceived(CMessage::Ref message);
void OnConversationAdded(CConversation::Ref conversation);
// contacts
|