diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-06-07 09:24:01 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-06-07 09:24:01 +0000 |
commit | 9f53b4ab59d8183b9064ac65ab46a87932b5cf34 (patch) | |
tree | 8e82a64936c7c69daa350ba2e8cedf243a1b5178 /protocols/Skype/src/skype_proto.h | |
parent | 895719cc6b7dbd4be1852f5476705172d538aabf (diff) |
Skype:
- fixed encoding in name of received files
- some chat improvements
git-svn-id: http://svn.miranda-ng.org/main/trunk@4890 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, 0 insertions, 2 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index 487cd925dd..9ddf7238fe 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -84,12 +84,10 @@ struct PasswordChangeBoxParam class ChatMember;
class ChatRoom;
-class ChatList;
struct CSkypeProto : public PROTO_INTERFACE, private Skype
{
friend class ChatRoom;
- friend class ChatList;
public:
// PROTO_INTERFACE
|