summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_proto.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2017-05-07 15:56:26 +0200
committerRobert Pösel <robyer@seznam.cz>2017-05-07 15:56:26 +0200
commit1dbd2d4f10041f9276cb62d1c27593502c8b8f01 (patch)
tree02c149ed023bf32bc54cbaeb5b2b9d88caf4f522 /protocols/SkypeWeb/src/skype_proto.h
parente04d28cfcfe33f0450b390bb1af6e9df823fc86a (diff)
SkypeWeb: Fix infinite refreshing in contact details
Note refreshing this info is still broken (gives "User '<self_username>' is not authorized to request resource of user '<username>'" error).
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r--protocols/SkypeWeb/src/skype_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h
index 504ee7b4b0..b1a006fc19 100644
--- a/protocols/SkypeWeb/src/skype_proto.h
+++ b/protocols/SkypeWeb/src/skype_proto.h
@@ -271,7 +271,7 @@ private:
void UpdateProfileXStatusMessage(const JSONNode &root, MCONTACT hContact = NULL);
void UpdateProfileAvatar(const JSONNode &root, MCONTACT hContact = NULL);
- void LoadProfile(const NETLIBHTTPREQUEST *response);
+ void LoadProfile(const NETLIBHTTPREQUEST *response, void *arg);
void __cdecl CSkypeProto::SendFileThread(void *p);