Nicolas Cannasse 8 年之前
父節點
當前提交
b1c26d7c2f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
 	}