summaryrefslogtreecommitdiffstats
path: root/zix/btree.h
diff options
context:
space:
mode:
Diffstat (limited to 'zix/btree.h')
-rw-r--r--zix/btree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zix/btree.h b/zix/btree.h
index 29c01d3..46daa24 100644
--- a/zix/btree.h
+++ b/zix/btree.h
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2014 David Robillard <http://drobilla.net>
+ Copyright 2011-2016 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
@@ -57,7 +57,7 @@ typedef struct ZixBTreeIterImpl ZixBTreeIter;
*/
ZIX_API ZixBTree*
zix_btree_new(ZixComparator cmp,
- void* cmp_data,
+ const void* cmp_data,
ZixDestroyFunc destroy);
/**