Ver Fonte

updated

Nicolas Cannasse há 19 anos atrás
pai
commit
f441fae169
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      std/neko/Socket.hx

+ 1 - 1
std/neko/Socket.hx

@@ -108,7 +108,7 @@ class Socket {
 		return { host : a[0], port : a[1] };
 	}
 
-	public function setTimeout(timeout : Int) {
+	public function setTimeout( timeout : Float ) {
 		socket_set_timeout(__s, timeout);
 	}