lib/curl/Multi: fix typo
This commit is contained in:
parent
9f5eddcd13
commit
218c3bc0d5
|
@ -76,7 +76,7 @@ public:
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
CURL *Get() {
|
CURLM *Get() {
|
||||||
return handle;
|
return handle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue