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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/networking/curl/curlrequest.h b/backends/networking/curl/curlrequest.h
index 5c06b58107..68ea3a58d7 100644
--- a/backends/networking/curl/curlrequest.h
+++ b/backends/networking/curl/curlrequest.h
@@ -55,6 +55,7 @@ public:
virtual void handle();
virtual void restart();
+ virtual Common::String date() const;
/** Replaces all headers with the passed array of headers. */
virtual void setHeaders(Common::Array<Common::String> &headers);