Nicolas Cannasse %!s(int64=13) %!d(string=hai) anos
pai
achega
6f3f70d207
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/haxe/web/Dispatch.hx

+ 1 - 1
std/haxe/web/Dispatch.hx

@@ -359,7 +359,7 @@ class Dispatch {
 					}
 					if( i.superClass == null )
 						break;
-					i = i.superClass.get();
+					i = i.superClass.t.get();
 				}
 				if( Reflect.fields(fields).length == 0 )
 					Context.error("No dispatch method found", p);