From a15486a0151251ddc7805604a08580fa8279efaa Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 26 Jul 2006 18:10:09 +0000 Subject: Fixed another type mismatch git-svn-id: http://svn.drobilla.net/lad/libslv2@104 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/pluginlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slv2/pluginlist.h') diff --git a/slv2/pluginlist.h b/slv2/pluginlist.h index ac2422b..198ced8 100644 --- a/slv2/pluginlist.h +++ b/slv2/pluginlist.h @@ -146,7 +146,7 @@ slv2_list_get_plugin_by_uri(const SLV2List list, */ const SLV2Plugin* slv2_list_get_plugin_by_index(const SLV2List list, - unsigned long index); + size_t index); /** @} */ -- cgit v1.2.1