diff --git a/assemblies/fx.collections/assembly.c b/assemblies/fx.collections/assembly.c index d94f636..fb40416 100644 --- a/assemblies/fx.collections/assembly.c +++ b/assemblies/fx.collections/assembly.c @@ -7,8 +7,7 @@ FX_ASSEMBLY_BEGIN() FX_ASSEMBLY_EXPORT_TYPE("fx.collections", "array", fx_array); FX_ASSEMBLY_EXPORT_TYPE("fx.collections", "bitbuffer", fx_bitbuffer); FX_ASSEMBLY_EXPORT_TYPE("fx.collections", "bitmap", fx_bitmap); - FX_ASSEMBLY_EXPORT_TYPE("fx.collections", "dict", fx_dict); + FX_ASSEMBLY_EXPORT_TYPE("fx.collections", "hashtable", fx_hashtable); FX_ASSEMBLY_EXPORT_TYPE("fx.collections", "hashmap", fx_hashmap); FX_ASSEMBLY_EXPORT_TYPE("fx.collections", "list", fx_list); - FX_ASSEMBLY_EXPORT_TYPE("fx.collections", "tree", fx_tree); FX_ASSEMBLY_END()