Skip to content

Commit

Permalink
Fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
yhirose committed Dec 13, 2019
1 parent 5324b3d commit e5827ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/simplesvr.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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];

Expand Down

0 comments on commit e5827ad

Please sign in to comment.