diff -r 6ce8cfa10a96 -r 2856c74e18ba src/cx/list.h --- a/src/cx/list.h Sat Jan 22 17:15:14 2022 +0100 +++ b/src/cx/list.h Sat Jan 22 18:49:06 2022 +0100 @@ -125,7 +125,7 @@ * Returns an iterator pointing to the specified index. */ CxIterator (*iterator)( - cx_list_s const *list, + cx_list_s *list, size_t index ); } cx_list_class;