diff Core/HttpServer/IHttpHandler.h @ 3401:962e5f00744b

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Jun 2019 14:58:27 +0200
parents 0ce9b4f5fdf5
children b9cba6a91780
line wrap: on
line diff
--- a/Core/HttpServer/IHttpHandler.h	Fri Jun 07 14:26:09 2019 +0200
+++ b/Core/HttpServer/IHttpHandler.h	Fri Jun 07 14:58:27 2019 +0200
@@ -85,7 +85,7 @@
                         const UriComponents& uri,
                         const Arguments& headers,
                         const GetArguments& getArguments,
-                        const char* bodyData,
+                        const void* bodyData,
                         size_t bodySize) = 0;
   };
 }