diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-04-25 11:09:32 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-04-25 11:09:32 +0000 |
commit | b1408229a7cc41bc4832f00dffd9d3a04f26a96f (patch) | |
tree | 386b5c6903cfc0910286dedbf2cad2829ef3647a /protocols/Skype/src/skype_proto.h | |
parent | 4718126325915c3a6061f0d7334c4da4b2c111b0 (diff) |
crash fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@4530 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r-- | protocols/Skype/src/skype_proto.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index 0e89f4580b..313b231465 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -246,7 +246,7 @@ protected: CContact::Refs contactList;
CTransfer::Refs transferList;
CContactGroup::Ref commonList;
- CContactGroup::Ref authWaitList;
+ CContactGroup::Ref authWaitList;
// account
void OnAccountChanged(int prop);
@@ -331,14 +331,14 @@ protected: void OnContactFinded(CContact::Ref contact, HANDLE hSearch);
void OnContactChanged(CContact::Ref contact, int prop);
- void OnContactListChanged(const ContactRef& contact);
+ void OnContactListChanged(CContact::Ref contact);
bool IsProtoContact(HANDLE hContact);
HANDLE GetContactBySid(const wchar_t* sid);
HANDLE GetContactFromAuthEvent(HANDLE hEvent);
HANDLE AddContact(CContact::Ref contact);
- bool IsContactOnline(HANDLE hContact);
+ bool IsContactOnline(HANDLE hContact);
void SetAllContactStatus(int status);
void __cdecl LoadContactList(void*);
|