From 88128ad8542d2fc95f019ccd8d1c899f2603fa5c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 26 Jul 2006 17:52:23 +0000 Subject: Fixed type mismatch git-svn-id: http://svn.drobilla.net/lad/libslv2@103 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/pluginlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slv2') diff --git a/slv2/pluginlist.h b/slv2/pluginlist.h index 535c214..ac2422b 100644 --- a/slv2/pluginlist.h +++ b/slv2/pluginlist.h @@ -116,7 +116,7 @@ slv2_list_load_bundle(SLV2List list, /** Get the number of plugins in the list. */ -unsigned long +size_t slv2_list_get_length(const SLV2List list); -- cgit v1.2.1