lib/curl/Multi: fix typo

This commit is contained in:
Max Kellermann 2017-01-08 12:15:28 +01:00
parent 9f5eddcd13
commit 218c3bc0d5
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public:
return *this;
}
CURL *Get() {
CURLM *Get() {
return handle;
}