From 39dfb4d149d36224e91685bbca950e709d5e3e99 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 14 Jun 2009 22:51:06 +0000 Subject: Finish last commit :) git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2107 a436a847-0d15-0410-975c-d299462d15a1 --- src/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin.c b/src/plugin.c index 2aa9417..43b3f78 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -231,7 +231,7 @@ slv2_plugin_load(SLV2Plugin p) return; } - typedef int (*OpenFunc)(LV2_Dyn_Manifest_Handle*, const LV2_Dyn_Manifest_Feature *const *); + typedef int (*OpenFunc)(LV2_Dyn_Manifest_Handle*, const LV2_Feature *const *); OpenFunc open_func = (OpenFunc)dlsym(lib, "lv2_dyn_manifest_open"); LV2_Dyn_Manifest_Handle handle = NULL; if (open_func) -- cgit v1.2.1