diff options
author | David Robillard <d@drobilla.net> | 2006-07-26 17:52:23 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-07-26 17:52:23 +0000 |
commit | 88128ad8542d2fc95f019ccd8d1c899f2603fa5c (patch) | |
tree | 7e0cc2292211de1d9806acabe7b7217ba8594357 /slv2/pluginlist.h | |
parent | a9d4bccde03dd6d29338366bf6900b7094e63ad4 (diff) | |
download | lilv-88128ad8542d2fc95f019ccd8d1c899f2603fa5c.tar.gz lilv-88128ad8542d2fc95f019ccd8d1c899f2603fa5c.tar.bz2 lilv-88128ad8542d2fc95f019ccd8d1c899f2603fa5c.zip |
Fixed type mismatch
git-svn-id: http://svn.drobilla.net/lad/libslv2@103 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/pluginlist.h')
-rw-r--r-- | slv2/pluginlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |