diff options
author | David Robillard <d@drobilla.net> | 2020-12-31 15:38:43 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-12-31 15:38:43 +0100 |
commit | caf3eb78549e3cba6690576aef043d4bae014e5c (patch) | |
tree | f8245f8ce0fc65dedf0c5806c909f13b0d9fad51 /include | |
parent | ad23cd354165b6c2926d8f23636010a3e0ea85ea (diff) | |
download | zix-caf3eb78549e3cba6690576aef043d4bae014e5c.tar.gz zix-caf3eb78549e3cba6690576aef043d4bae014e5c.tar.bz2 zix-caf3eb78549e3cba6690576aef043d4bae014e5c.zip |
Fix use of reserved identifiers
Diffstat (limited to 'include')
-rw-r--r-- | include/zix/strindex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zix/strindex.h b/include/zix/strindex.h index beb4646..c63e601 100644 --- a/include/zix/strindex.h +++ b/include/zix/strindex.h @@ -26,7 +26,7 @@ @{ */ -typedef struct _ZixStrindex ZixStrindex; +typedef struct ZixStrindexImpl ZixStrindex; /** Construct a new strindex that contains all suffixes of the string `s`. |