mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 14:29:10 -07:00
Fixed build error
This commit is contained in:
parent
5324b3d661
commit
e5827ad16f
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Reference in a new issue