summaryrefslogtreecommitdiffstats
path: root/src/collections.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/collections.c')
-rw-r--r--src/collections.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collections.c b/src/collections.c
index a4ac744..6a3488b 100644
--- a/src/collections.c
+++ b/src/collections.c
@@ -64,7 +64,7 @@ void*
lilv_collection_get(const LilvCollection* collection,
const LilvIter* i)
{
- return zix_tree_get((ZixTreeIter*)i);
+ return zix_tree_get((const ZixTreeIter*)i);
}
/* Constructors */