We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380e618 commit 39bb751Copy full SHA for 39bb751
include/cpr/curlholder.h
@@ -28,7 +28,7 @@ struct CurlHolder {
28
CURL* handle{nullptr};
29
struct curl_slist* chunk{nullptr};
30
struct curl_slist* resolveCurlList{nullptr};
31
- struct curl_mime* multipart{nullptr};
+ curl_mime* multipart{nullptr};
32
std::array<char, CURL_ERROR_SIZE> error{};
33
34
CurlHolder();
0 commit comments