2
0
Эх сурвалжийг харах

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

Simon Krajewski 12 жил өмнө
parent
commit
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