Explorar o código

Add untyped for deleteField

Hugh Sanderson %!s(int64=14) %!d(string=hai) anos
pai
achega
49c822d26c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/cpp/_std/Reflect.hx

+ 1 - 1
std/cpp/_std/Reflect.hx

@@ -78,7 +78,7 @@
 
 	public static function deleteField( o : Dynamic, f : String ) : Bool untyped {
 		if (o==null) return false;
-		return __global__.__hxcpp_anon_remove(o,f);
+		return untyped __global__.__hxcpp_anon_remove(o,f);
 	}
 
 	public static function copy<T>( o : T ) : T {