Nicolas Cannasse 12 年之前
父节点
当前提交
a4ede16f84
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/haxe/Stack.hx

+ 1 - 1
std/haxe/Stack.hx

@@ -22,6 +22,6 @@
 package haxe;
 
 #if !haxe3
-typedef StackItem = CallStack.StackItem;
+typedef ImportStackItem = CallStack.StackItem;
 typedef Stack = CallStack;
 #end