diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-02-02 18:25:35 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-02-02 18:25:35 +0300 |
| commit | 9816616930533590a2884ee2758d71593d86d22b (patch) | |
| tree | 56e48e9b3be904e824db82645b4b46cbdb1881b9 /protocols/Steam/src/steam_proto.cpp | |
| parent | 4cd1942694e6142c943a04eebfe1c0bd91a64ac2 (diff) | |
Steam: [img] tag support
Diffstat (limited to 'protocols/Steam/src/steam_proto.cpp')
| -rw-r--r-- | protocols/Steam/src/steam_proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_proto.cpp b/protocols/Steam/src/steam_proto.cpp index b6822d1db2..8cb61b5491 100644 --- a/protocols/Steam/src/steam_proto.cpp +++ b/protocols/Steam/src/steam_proto.cpp @@ -143,7 +143,7 @@ int CSteamProto::AuthRequest(MCONTACT hContact, const wchar_t*) return 1;
}
-INT_PTR CSteamProto::GetCaps(int type, MCONTACT hContact)
+INT_PTR CSteamProto::GetCaps(int type, MCONTACT)
{
switch (type) {
case PFLAGNUM_1:
|
