From 69579902e215c04692ddb3e8e230359ecc0574c3 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 26 Nov 2018 05:22:49 +0100 Subject: [PATCH] Made Request.size const --- src/libravatarserv.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libravatarserv.hpp b/src/libravatarserv.hpp index 4144e60..477f93e 100644 --- a/src/libravatarserv.hpp +++ b/src/libravatarserv.hpp @@ -48,7 +48,7 @@ namespace http // http.cpp struct Request { const string digest; - uint16_t size; + const uint16_t size; const string fallback; };