From 6f4460aee9962a49ae872eef42ba75a439ea6e59 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 25 Jan 2008 06:55:57 +0000 Subject: Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives) wherever possible. Make 'index' a fundemental property of ingen ports. git-svn-id: http://svn.drobilla.net/lad/slv2@1113 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/pluginclasses.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slv2/pluginclasses.h') diff --git a/slv2/pluginclasses.h b/slv2/pluginclasses.h index f283356..470e782 100644 --- a/slv2/pluginclasses.h +++ b/slv2/pluginclasses.h @@ -47,7 +47,7 @@ slv2_plugin_classes_size(SLV2PluginClasses list); */ SLV2PluginClass slv2_plugin_classes_get_by_uri(SLV2PluginClasses list, - const char* uri); + SLV2Value uri); /** Get a plugin from the list by index. -- cgit v1.2.1