Selaa lähdekoodia

[cs] fix inline bug in Type

Caue Waneck 13 vuotta sitten
vanhempi
commit
8375f813ad
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;
 	}