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