summaryrefslogtreecommitdiff
path: root/http_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'http_connection.h')
-rw-r--r--http_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/http_connection.h b/http_connection.h
index e3a3721..d810254 100644
--- a/http_connection.h
+++ b/http_connection.h
@@ -44,7 +44,7 @@ namespace HTTP {
std::map<std::string, std::string> headers;
//! Send error.
- void send_error(int code, std::string name);
+ void send_error(int code);
//! Add response header.
void add_header(std::string key, std::string value);