diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2020-09-30 10:37:05 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-10-10 10:03:17 +0200 |
| commit | e04061d71cb35f0541dda331f430b6becc3e6dc5 (patch) | |
| tree | d8945257e3c3e9571f6a1c0a26def3bfbdd90bc8 /text.h | |
| parent | d8d15d309e5468f6707d473129276b27173c078c (diff) | |
| download | vis-e04061d71cb35f0541dda331f430b6becc3e6dc5.tar.gz vis-e04061d71cb35f0541dda331f430b6becc3e6dc5.tar.xz | |
text: mark text_iterator_byte_get argument as const
Diffstat (limited to 'text.h')
| -rw-r--r-- | text.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -261,7 +261,7 @@ bool text_iterator_prev(Iterator*); * @defgroup iterator_byte * @{ */ -bool text_iterator_byte_get(Iterator*, char *b); +bool text_iterator_byte_get(const Iterator*, char *b); bool text_iterator_byte_prev(Iterator*, char *b); bool text_iterator_byte_next(Iterator*, char *b); bool text_iterator_byte_find_prev(Iterator*, char b); |
