# HG changeset patch # User Mike Becker # Date 1654717125 -7200 # Node ID 5d8ad7a0ff71f6b0276c57ad9ece982ff070edd5 # Parent 69a83fad8a357fde0a2fefe02514ef79e03fec7e fix obsolete documentation diff -r 69a83fad8a35 -r 5d8ad7a0ff71 src/cx/map.h --- a/src/cx/map.h Wed Jun 08 21:33:31 2022 +0200 +++ b/src/cx/map.h Wed Jun 08 21:38:45 2022 +0200 @@ -232,7 +232,7 @@ /** * Creates a key iterator for a map. * - * The elements of the iterator are keys of type CxDataPtr. + * The elements of the iterator are keys of type CxHashKey. * * \note An iterator iterates over all elements successively. Therefore the order * highly depends on the map implementation and may change arbitrarily when the contents change.