ucx/map.h

changeset 95
ecfdc1c4a552
parent 79
cf3757c60c8f
child 103
08018864fb91
     1.1 --- a/ucx/map.h	Wed Feb 27 11:48:29 2013 +0100
     1.2 +++ b/ucx/map.h	Wed Feb 27 13:30:21 2013 +0100
     1.3 @@ -51,7 +51,7 @@
     1.4  struct UcxMapIterator {
     1.5      UcxMap        *map;
     1.6      UcxMapElement *cur;
     1.7 -    int           index;
     1.8 +    size_t        index;
     1.9  };
    1.10  
    1.11  

mercurial