Nicolas Cannasse 12 vuotta sitten
vanhempi
commit
a4ede16f84
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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