Skip to content

Commit

Permalink
Merge pull request #893 from guylevy84/patch-1
Browse files Browse the repository at this point in the history
fix error: using typedef-name ‘curl_mime’ after ‘struct’ (#892)
  • Loading branch information
COM8 committed Mar 31, 2023
1 parent 32fd145 commit 9190225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cpr/curlholder.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct CurlHolder {
CURL* handle{nullptr};
struct curl_slist* chunk{nullptr};
struct curl_slist* resolveCurlList{nullptr};
struct curl_mime* multipart{nullptr};
curl_mime* multipart{nullptr};
std::array<char, CURL_ERROR_SIZE> error{};

CurlHolder();
Expand Down

0 comments on commit 9190225

Please sign in to comment.