diff options
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 cdf9128912..5caf605240 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -179,7 +179,7 @@ struct PasswordChangeBoxParam }
};
-struct CSkypeProto : public PROTO_INTERFACE, public MZeroedObject
+struct CSkypeProto : public PROTO_INTERFACE
{
public:
CSkypeProto(const char *, const wchar_t *);
|