Skip to content

Commit a3e0923

Browse files
author
Sebastiano Merlino
committed
Changed pointer in modded_request to const
1 parent de2bde9 commit a3e0923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webserver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ struct modded_request
157157
std::string* complete_uri;
158158
webserver* ws;
159159

160-
binders::functor_two<
160+
const binders::functor_two<
161161
const http_request&, http_response**, void
162162
> http_resource_mirror::*callback;
163163

0 commit comments

Comments
 (0)