Compile fix
This commit is contained in:
@@ -97,12 +97,10 @@ class CURLEasy {
|
|||||||
}*/
|
}*/
|
||||||
|
|
||||||
|
|
||||||
public static function reset (handle:CURL):CURLCode {
|
public static function reset (handle:CURL):Void {
|
||||||
|
|
||||||
#if ((cpp || neko || nodejs) && lime_curl)
|
#if ((cpp || neko || nodejs) && lime_curl)
|
||||||
return cast lime_curl_easy_reset (handle);
|
lime_curl_easy_reset (handle);
|
||||||
#else
|
|
||||||
return cast 0;
|
|
||||||
#end
|
#end
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user