Nicolas Cannasse 8 years ago
parent
commit
b1c26d7c2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/hl/Type.hx

+ 1 - 1
std/hl/Type.hx

@@ -106,7 +106,7 @@ abstract TypeKind(Int) {
 		return null;
 	}
 
-	@:hlNative("std", "alloc_enum") public function allocEnum( index : Int, args : NativeArray<Dynamic>, nargs : Int ) : Dynamic {
+	@:hlNative("std", "alloc_enum_dyn") public function allocEnum( index : Int, args : NativeArray<Dynamic>, nargs : Int ) : Dynamic {
 		return null;
 	}