Explorar el Código

Fixed build error

yhirose hace 6 años
padre
commit
e5827ad16f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      example/simplesvr.cc

+ 1 - 1
example/simplesvr.cc

@@ -27,7 +27,7 @@ string dump_headers(const Headers &headers) {
   return s;
 }
 
-string dump_multipart_files(const MultipartFiles &files) {
+string dump_multipart_files(const MultipartFormDataMap &files) {
   string s;
   char buf[BUFSIZ];