mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-24 17:18:37 -05:00
cmCTestCurl: Fix UploadFile declared parameter names
Match the order used in the definition.
This commit is contained in:
@@ -16,7 +16,7 @@ class cmCTestCurl
|
|||||||
public:
|
public:
|
||||||
cmCTestCurl(cmCTest*);
|
cmCTestCurl(cmCTest*);
|
||||||
~cmCTestCurl();
|
~cmCTestCurl();
|
||||||
bool UploadFile(std::string const& url, std::string const& file,
|
bool UploadFile(std::string const& local_file, std::string const& url,
|
||||||
std::string const& fields, std::string& response);
|
std::string const& fields, std::string& response);
|
||||||
bool HttpRequest(std::string const& url, std::string const& fields,
|
bool HttpRequest(std::string const& url, std::string const& fields,
|
||||||
std::string& response);
|
std::string& response);
|
||||||
|
|||||||
Reference in New Issue
Block a user