aboutsummaryrefslogtreecommitdiff
path: root/backends/networking/curl/curlrequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/networking/curl/curlrequest.h')
-rw-r--r--backends/networking/curl/curlrequest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/networking/curl/curlrequest.h b/backends/networking/curl/curlrequest.h
index ec1a9e33c6..c7f07fcb18 100644
--- a/backends/networking/curl/curlrequest.h
+++ b/backends/networking/curl/curlrequest.h
@@ -40,7 +40,7 @@ protected:
Common::String _postFields;
public:
- CurlRequest(Common::BaseCallback<> *cb, const char *url);
+ CurlRequest(DataCallback cb, const char *url);
virtual ~CurlRequest();
virtual bool handle();