diff options
Diffstat (limited to 'slv2/plugins.h')
-rw-r--r-- | slv2/plugins.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slv2/plugins.h b/slv2/plugins.h index 274696e..3290c4f 100644 --- a/slv2/plugins.h +++ b/slv2/plugins.h @@ -58,7 +58,7 @@ slv2_plugins_size(SLV2Plugins list); */ SLV2Plugin slv2_plugins_get_by_uri(SLV2Plugins list, - const char* uri); + SLV2Value uri); /** Get a plugin from the list by index. |