diff options
author | David Robillard <d@drobilla.net> | 2012-08-09 02:57:15 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-08-09 02:57:15 +0000 |
commit | bcb498b9e94e7bf1aba5c489ed6cf7ccb198e75d (patch) | |
tree | 7ffe60d6b4f3a5d9887bf2470863f4b62d9edca0 /zix | |
parent | d06c35c6603859a575993ee3dac5244c529e09f5 (diff) | |
download | zix-bcb498b9e94e7bf1aba5c489ed6cf7ccb198e75d.tar.gz zix-bcb498b9e94e7bf1aba5c489ed6cf7ccb198e75d.tar.bz2 zix-bcb498b9e94e7bf1aba5c489ed6cf7ccb198e75d.zip |
Merge changes from lilv.
git-svn-id: http://svn.drobilla.net/zix/trunk@73 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
Diffstat (limited to 'zix')
-rw-r--r-- | zix/tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |