From f431110131bfe88f830386b573bdcaca3774de0d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 5 Jan 2012 22:32:07 +0000 Subject: Fix prototype of ZixDestroyFunc. git-svn-id: http://svn.drobilla.net/zix/trunk@44 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 --- zix/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zix/common.h b/zix/common.h index 052cb7b..c0dffeb 100644 --- a/zix/common.h +++ b/zix/common.h @@ -64,7 +64,7 @@ typedef bool (*ZixEqualFunc)(const void* a, const void* b); /** Function to destroy an element. */ -typedef void (*ZixDestroyFunc)(const void* ptr); +typedef void (*ZixDestroyFunc)(void* ptr); /**@} */ -- cgit v1.2.1