diff options
Diffstat (limited to 'slv2')
-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 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); /** @} */ |