Nicolas Cannasse %!s(int64=13) %!d(string=hai) anos
pai
achega
e067c878f5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/haxe/io/Output.hx

+ 1 - 1
std/haxe/io/Output.hx

@@ -270,7 +270,7 @@ class Output {
 
 	#if haxe3
 
-	public function writeInt32( x : haxe.Int32 ) {
+	public function writeInt32( x : Int ) {
 		if( bigEndian ) {
 			writeByte( x >>> 24 );
 			writeByte( (x >> 16) & 0xFF );