Forráskód Böngészése

Fixed build error

yhirose 6 éve
szülő
commit
e5827ad16f
1 módosított fájl, 1 hozzáadás és 1 törlés
  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];