diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-04-16 21:34:54 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-04-16 21:34:54 +0000 |
commit | 609b81615bd8a2726da369574ec298f6fe853886 (patch) | |
tree | e4dd2acbda20b314ee690223903e45a54e6a547e /protocols/Steam/src/steam_proto.h | |
parent | be100a792632718fea4a7293db1999ed13cee37a (diff) |
Steam: work commit
- fixed long connecting in one case
- one more peace of contact management
- minor changes
git-svn-id: http://svn.miranda-ng.org/main/trunk@8987 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam_proto.h')
-rw-r--r-- | protocols/Steam/src/steam_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_proto.h b/protocols/Steam/src/steam_proto.h index 5996d248ba..402338b2c7 100644 --- a/protocols/Steam/src/steam_proto.h +++ b/protocols/Steam/src/steam_proto.h @@ -132,7 +132,7 @@ protected: MCONTACT GetContactFromAuthEvent(HANDLE hEvent);
- void UpdateContact(MCONTACT hContact, const SteamWebApi::FriendApi::Summary *contact);
+ void UpdateContact(MCONTACT hContact, const SteamWebApi::FriendApi::Summary *summary);
void __cdecl UpdateContactsThread(void*);
MCONTACT FindContact(const char *steamId);
|