summaryrefslogtreecommitdiffstats
path: root/include/zix
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-31 15:38:43 +0100
committerDavid Robillard <d@drobilla.net>2020-12-31 15:38:43 +0100
commitcaf3eb78549e3cba6690576aef043d4bae014e5c (patch)
treef8245f8ce0fc65dedf0c5806c909f13b0d9fad51 /include/zix
parentad23cd354165b6c2926d8f23636010a3e0ea85ea (diff)
downloadzix-caf3eb78549e3cba6690576aef043d4bae014e5c.tar.gz
zix-caf3eb78549e3cba6690576aef043d4bae014e5c.tar.bz2
zix-caf3eb78549e3cba6690576aef043d4bae014e5c.zip
Fix use of reserved identifiers
Diffstat (limited to 'include/zix')
-rw-r--r--include/zix/strindex.h2
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`.