summaryrefslogtreecommitdiff
blob: 904dab659e73d74f2c2e95c3727f856539cdd5f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/ir_gui.cc b/ir_gui.cc
index 74ff90a..0f482c6 100644
--- a/ir_gui.cc
+++ b/ir_gui.cc
@@ -1523,7 +1523,7 @@ static void cleanup(LV2UI_Handle ui) {
 	free(cp);
 }
 
-static LV2UI_Handle instantiate(const struct _LV2UI_Descriptor * descriptor,
+static LV2UI_Handle instantiate(const struct LV2UI_Descriptor * descriptor,
 				const char * plugin_uri,
 				const char * bundle_path,
 				LV2UI_Write_Function write_function,