Nicolas Cannasse 12 years ago
parent
commit
a4ede16f84
1 changed files with 1 additions and 1 deletions
  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