mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-09 23:59:53 -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:
|
||||
cmCTestCurl(cmCTest*);
|
||||
~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);
|
||||
bool HttpRequest(std::string const& url, std::string const& fields,
|
||||
std::string& response);
|
||||
|
||||
Reference in New Issue
Block a user