Nicolas Cannasse %!s(int64=19) %!d(string=hai) anos
pai
achega
eea66b6352
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      std/Reflect.hx

+ 2 - 1
std/Reflect.hx

@@ -144,11 +144,12 @@ class Reflect {
 
 	public static function deleteField( o : Dynamic, f : String ) {
 		#if flash
-			untyped __delete__(o,f);
+			untyped __delete__(o,f)
 		#else neko
 			untyped __dollar__objremove(o,f.__s)
 		#else error
 		#end
+			;
 	}
 
 }