summaryrefslogtreecommitdiff
path: root/http/http_response.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'http/http_response.hpp')
-rw-r--r--http/http_response.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/http_response.hpp b/http/http_response.hpp
index 58a802915b..6c842d742c 100644
--- a/http/http_response.hpp
+++ b/http/http_response.hpp
@@ -76,7 +76,7 @@ struct Response
return stringResponse->result();
}
- unsigned resultInt()
+ unsigned resultInt() const
{
return stringResponse->result_int();
}