Преглед на файлове

revert accidental change in haxe.io.Output

Dan Korostelev преди 9 години
родител
ревизия
ee2d0a53b6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      std/haxe/io/Output.hx

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

@@ -69,7 +69,7 @@ class Output {
 			#elseif cpp
 				writeByte(untyped b[pos]);
 			#elseif hl
-				writeByte(@:privateAccess b[pos]);
+				writeByte(@:privateAccess b.b[pos]);
 			#else
 				writeByte(untyped b[pos]);
 			#end