浏览代码

CreateIntHash -> __int_hash_create

Hugh Sanderson 16 年之前
父节点
当前提交
17d6c382ed
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 	}
 	}