Browse Source

hx -> hxcpp

Hugh Sanderson 15 years ago
parent
commit
53b93fa26b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/Hash.hx

+ 1 - 1
std/Hash.hx

@@ -149,7 +149,7 @@ class Hash<T> #if php implements php.IteratorAggregate<T> #end {
 		#elseif neko
 		#elseif neko
 		return untyped __dollar__hremove(h,key.__s,null);
 		return untyped __dollar__hremove(h,key.__s,null);
 		#elseif cpp
 		#elseif cpp
-		return untyped __global__.__hx_anon_remove(h,key);
+		return untyped __global__.__hxcpp_anon_remove(h,key);
 		#elseif php
 		#elseif php
 		if(!untyped __call__("isset", h[key])) return false;
 		if(!untyped __call__("isset", h[key])) return false;
 		untyped __call__("unset", h[key]);
 		untyped __call__("unset", h[key]);