Explorar o código

*** empty log message ***

Franco Ponticelli %!s(int64=16) %!d(string=hai) anos
pai
achega
ced46e7c78
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/Reflect.hx

+ 1 - 1
std/Reflect.hx

@@ -56,7 +56,7 @@ class Reflect {
 	/**
 		Returns the field of an object, or null if [o] is not an object or doesn't have this field.
 	**/
-	public inline static function field( o : Dynamic, field : String ) : Dynamic untyped {
+	public #if !php inline #end static function field( o : Dynamic, field : String ) : Dynamic untyped {
 		#if flash9
 			return (o == null) ? null : o[field];
 		#elseif flash