mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-19 19:28:29 +00: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…
Add table
Add a link
Reference in a new issue