Browse Source

CreateIntHash -> __int_hash_create

Hugh Sanderson 15 years ago
parent
commit
17d6c382ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/IntHash.hx

+ 1 - 1
std/IntHash.hx

@@ -50,7 +50,7 @@ class IntHash<T> #if php implements php.IteratorAggregate<T> #end {
 		#elseif php
 		#elseif php
 		h = untyped __call__('array');
 		h = untyped __call__('array');
 		#elseif cpp
 		#elseif cpp
-		h = untyped __global__.CreateIntHash();
+		h = untyped __global__.__int_hash_create();
 		#end
 		#end
 	}
 	}