summaryrefslogtreecommitdiffstats
path: root/slv2/lv2_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'slv2/lv2_gui.h')
-rw-r--r--slv2/lv2_gui.h2
1 files changed, 1 insertions, 1 deletions
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.