瀏覽代碼

added @:noUsing to StringTools.isEof (fixed issue #1712)

Simon Krajewski 12 年之前
父節點
當前提交
aa8aeb7b51
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/StringTools.hx

+ 1 - 1
std/StringTools.hx

@@ -363,7 +363,7 @@ class StringTools {
 	/*
 		Tells if [c] represents the end-of-file (EOF) character.
 	*/
-	public static inline function isEof( c : Int ) : Bool {
+	@:noUsing public static inline function isEof( c : Int ) : Bool {
 		#if (flash9 || cpp)
 		return c == 0;
 		#elseif flash8