From bcb498b9e94e7bf1aba5c489ed6cf7ccb198e75d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 9 Aug 2012 02:57:15 +0000 Subject: Merge changes from lilv. git-svn-id: http://svn.drobilla.net/zix/trunk@73 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 --- zix/tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zix') diff --git a/zix/tree.h b/zix/tree.h index b54087c..87a6c25 100644 --- a/zix/tree.h +++ b/zix/tree.h @@ -64,7 +64,7 @@ zix_tree_free(ZixTree* t); */ ZIX_API size_t -zix_tree_size(ZixTree* t); +zix_tree_size(const ZixTree* t); /** Insert the element @a e into @a t and point @a ti at the new element. -- cgit v1.2.1