src/cx/map.h

changeset 855
35bcb3216c0d
parent 854
fe0d69d72bcd
child 856
6bbbf219251d
equal deleted inserted replaced
854:fe0d69d72bcd 855:35bcb3216c0d
182 * @see cxMapStoreObjects() 182 * @see cxMapStoreObjects()
183 */ 183 */
184 __attribute__((__nonnull__)) 184 __attribute__((__nonnull__))
185 static inline void cxMapStorePointers(CxMap *map) { 185 static inline void cxMapStorePointers(CxMap *map) {
186 map->base.store_pointer = true; 186 map->base.store_pointer = true;
187 map->base.item_size = sizeof(void *); 187 map->base.elem_size = sizeof(void *);
188 } 188 }
189 189
190 190
191 /** 191 /**
192 * Deallocates the memory of the specified map. 192 * Deallocates the memory of the specified map.

mercurial