diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-01-06 15:40:45 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-01-06 15:40:45 +0300 |
| commit | 26cac6b426f729c7df096cfb1614a3ee7d8eefc4 (patch) | |
| tree | 4268f1b459a9c91e674d3f4aa652936ef3b49d67 /protocols/Steam/src/steam_proto.h | |
| parent | 8ae640863b5ad766fffa77b32412924bc078419e (diff) | |
more code cleaning
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 63473ecb9b..3683d19a89 100644 --- a/protocols/Steam/src/steam_proto.h +++ b/protocols/Steam/src/steam_proto.h @@ -238,7 +238,7 @@ class CSteamProto : public PROTO<CSteamProto> MCONTACT GetContactFromAuthEvent(MEVENT hEvent);
- void UpdateContactRelationship(MCONTACT hContact, FriendRelationship);
+ void UpdateContactRelationship(MCONTACT hContact, uint32_t);
void ContactIsRemoved(MCONTACT hContact);
void ContactIsFriend(MCONTACT hContact);
|
