ucx/map.h

changeset 69
fb59270b1de3
parent 67
27e67e725d35
child 71
303dabadff1c
     1.1 --- a/ucx/map.h	Thu Oct 11 16:29:30 2012 +0200
     1.2 +++ b/ucx/map.h	Fri Oct 12 10:54:55 2012 +0200
     1.3 @@ -15,7 +15,7 @@
     1.4  #endif
     1.5  
     1.6  #define UCX_MAP_FOREACH(elm,iter) \
     1.7 -        for(;ucx_map_iter_next(&iter,(void*)&elm)==0;)
     1.8 +        for(;ucx_map_iter_next(&iter,(void**)&elm)==0;)
     1.9  
    1.10  typedef struct UcxMap          UcxMap;
    1.11  typedef struct UcxKey          UcxKey;

mercurial