From d596bb4bedbf9ff267cfe924bb4d376213efd3ec Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 3 Oct 2007 18:35:52 +0000 Subject: Updated LV2 spec. git-svn-id: http://svn.drobilla.net/lad/slv2@809 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/lv2_gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slv2/lv2_gui.h') diff --git a/slv2/lv2_gui.h b/slv2/lv2_gui.h index 696f20b..7b108b3 100644 --- a/slv2/lv2_gui.h +++ b/slv2/lv2_gui.h @@ -210,7 +210,7 @@ typedef struct _LV2UI_Descriptor { LV2UI_Program_Save_Function save_function, LV2UI_Controller controller, LV2UI_Widget* widget, - const LV2_Host_Feature* const* host_features); + const LV2_Feature* const* features); /** Destroy the GUI object and the associated widget. -- cgit v1.2.1