Nicolas Cannasse 13 éve
szülő
commit
9c8acb74a7
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      std/flash/utils/TypedDictionary.hx

+ 1 - 1
std/flash/utils/TypedDictionary.hx

@@ -37,7 +37,7 @@ class TypedDictionary<K,T> extends Dictionary {
 		untyped this[k] = v;
 	}
 
-	public inline function exists( k : K ) {
+	public inline function exists( k : K ) : Bool {
 		return untyped this[k] != null;
 	}