Skip to content

Commit

Permalink
ci-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Oct 28, 2024
1 parent 81452e2 commit 1d9843d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/kvikio/shim/libcurl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class CurlHandle {
* @param source_file Path of source file of the caller (for error messages).
* @param source_line Line of source file of the caller (for error messages).
*/
CurlHandle(LibCurl::UniqueHandlePtr handle, char* const source_file, std::string source_line)
CurlHandle(LibCurl::UniqueHandlePtr handle, char const* source_file, std::string source_line)
: _handle{std::move(handle)}, _source_file(source_file), _source_line(std::move(source_line))
{
// Need CURLOPT_NOSIGNAL to support threading, see
Expand Down

0 comments on commit 1d9843d

Please sign in to comment.