From 28f948ed40c8340e906e8ba719ed91aa2bca4538 Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Tue, 23 Sep 2014 03:25:22 +0000
Subject: Allow non-const visitation of hash nodes. Update doc comments.

git-svn-id: http://svn.drobilla.net/zix/trunk@88 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
---
 test/hash_test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'test/hash_test.c')

diff --git a/test/hash_test.c b/test/hash_test.c
index aeafc06..7da514b 100644
--- a/test/hash_test.c
+++ b/test/hash_test.c
@@ -56,7 +56,7 @@ test_fail(const char* fmt, ...)
 static unsigned n_checked = 0;
 
 static void
-check(const void* value, void* user_data)
+check(void* value, void* user_data)
 {
 	if (strlen(*(const char*const*)value) >= 3) {
 		++n_checked;
-- 
cgit v1.2.1