From caf3eb78549e3cba6690576aef043d4bae014e5c Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Thu, 31 Dec 2020 15:38:43 +0100
Subject: Fix use of reserved identifiers

---
 include/zix/strindex.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'include/zix/strindex.h')

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`.
-- 
cgit v1.2.1