Nicolas Cannasse 12 lat temu
rodzic
commit
a4ede16f84
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      std/haxe/Stack.hx

+ 1 - 1
std/haxe/Stack.hx

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