Nicolas Cannasse 19 years ago
parent
commit
f626c30390
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/flash/XMLSocket.hx

+ 1 - 1
std/flash/XMLSocket.hx

@@ -3,7 +3,7 @@ package flash;
 extern class XMLSocket {
 extern class XMLSocket {
 
 
 	function new() : Void;
 	function new() : Void;
-	function connect( url : String, port : Int ) : Bool;
+	function connect( url : String, port : Int ) : Void;
 	function send( data : Dynamic ) : Bool;
 	function send( data : Dynamic ) : Bool;
 	function close() : Bool;
 	function close() : Bool;
 	function onData( src : String ) : Void;
 	function onData( src : String ) : Void;