diff --git a/include/cpr/curlholder.h b/include/cpr/curlholder.h index 1818f439c..a9e1dc823 100644 --- a/include/cpr/curlholder.h +++ b/include/cpr/curlholder.h @@ -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 error{}; CurlHolder();