diff -r 88dbea299440 -r fb59270b1de3 ucx/map.h --- a/ucx/map.h Thu Oct 11 16:29:30 2012 +0200 +++ b/ucx/map.h Fri Oct 12 10:54:55 2012 +0200 @@ -15,7 +15,7 @@ #endif #define UCX_MAP_FOREACH(elm,iter) \ - for(;ucx_map_iter_next(&iter,(void*)&elm)==0;) + for(;ucx_map_iter_next(&iter,(void**)&elm)==0;) typedef struct UcxMap UcxMap; typedef struct UcxKey UcxKey;