summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_request.cpp
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2015-12-19 14:33:19 +0000
committerRobert Pösel <robyer@seznam.cz>2015-12-19 14:33:19 +0000
commit39047df03b5a2ffaa1f2e9896aca97d4feb068bb (patch)
tree6df8a595ca01ac0b6072083804aec83efc816122 /protocols/Steam/src/steam_request.cpp
parent2ebd5786b7c0b0be6f06ae0c9dd44526f34cba9c (diff)
Steam: Fix wrong type of argument in callbacks (use HttpResponse instead of NETLIBHTTPREQUEST)
git-svn-id: http://svn.miranda-ng.org/main/trunk@15892 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam_request.cpp')
-rw-r--r--protocols/Steam/src/steam_request.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_request.cpp b/protocols/Steam/src/steam_request.cpp
index 968c09da37..0254d16db6 100644
--- a/protocols/Steam/src/steam_request.cpp
+++ b/protocols/Steam/src/steam_request.cpp
@@ -18,7 +18,7 @@ public:
SteamResponseDelegate(CSteamProto *proto, SteamResponseWithArgCallback responseCallback, void *arg, HttpFinallyCallback httpFinallyCallback)
: proto(proto), responseCallback(NULL), responseWithArgCallback(responseCallback), arg(arg), httpFinallyCallback(httpFinallyCallback), hasArg(true) { }
- void Invoke(const NETLIBHTTPREQUEST *response)
+ void Invoke(const HttpResponse *response)
{
if (hasArg)
{