summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibHTTP/HttpRequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibHTTP/HttpRequest.h')
-rw-r--r--Userland/Libraries/LibHTTP/HttpRequest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibHTTP/HttpRequest.h b/Userland/Libraries/LibHTTP/HttpRequest.h
index 0f7e8e71aa..7ab76f6c77 100644
--- a/Userland/Libraries/LibHTTP/HttpRequest.h
+++ b/Userland/Libraries/LibHTTP/HttpRequest.h
@@ -73,6 +73,6 @@ private:
ByteBuffer m_body;
};
-DeprecatedString to_string(HttpRequest::Method);
+DeprecatedString to_deprecated_string(HttpRequest::Method);
}