소스 검색

[cs] fix inline bug in Type

Caue Waneck 13 년 전
부모
커밋
8375f813ad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      std/cs/_std/Type.hx

+ 1 - 1
std/cs/_std/Type.hx

@@ -309,7 +309,7 @@ enum ValueType {
 		else
 			return ((haxe.lang.Enum) e).index;
 	')
-	public inline static function enumIndex( e : EnumValue ) : Int  untyped
+	public static function enumIndex( e : EnumValue ) : Int  untyped
 	{
 		return e.index;
 	}