瀏覽代碼

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