summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/ICQ-WIM/src/http.h')
-rw-r--r--protocols/ICQ-WIM/src/http.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/ICQ-WIM/src/http.h b/protocols/ICQ-WIM/src/http.h
index 5bbccd0be7..1b201d097a 100644
--- a/protocols/ICQ-WIM/src/http.h
+++ b/protocols/ICQ-WIM/src/http.h
@@ -49,7 +49,7 @@ class JsonReply
CMStringA m_requestId;
public:
- JsonReply(NETLIBHTTPREQUEST*);
+ JsonReply(MHttpResponse*);
~JsonReply();
__forceinline const CMStringA& requestId() const { return m_requestId; }
@@ -65,7 +65,7 @@ class FileReply
JSONNode* m_data = nullptr;
public:
- FileReply(NETLIBHTTPREQUEST*);
+ FileReply(MHttpResponse*);
~FileReply();
__forceinline JSONNode& data() const { return *m_data; }
@@ -80,7 +80,7 @@ class RobustReply
JSONNode *m_results = nullptr;
public:
- RobustReply(NETLIBHTTPREQUEST*);
+ RobustReply(MHttpResponse*);
~RobustReply();
__forceinline JSONNode &result() const { return *m_result; }