89285f7
diff --git a/gui/fabla_ui.cxx b/gui/fabla_ui.cxx
89285f7
index a722d98..2e721f3 100644
89285f7
--- a/gui/fabla_ui.cxx
89285f7
+++ b/gui/fabla_ui.cxx
89285f7
@@ -52,7 +52,7 @@ extern void initForge(Fabla*);
89285f7
 extern void writeUpdateUiPaths(Fabla*);
89285f7
 extern void writeLoadSample(Fabla* self, int pad, const char* filename, size_t filename_len);
89285f7
 
89285f7
-static LV2UI_Handle instantiate(const struct _LV2UI_Descriptor * descriptor,
89285f7
+static LV2UI_Handle instantiate(const struct LV2UI_Descriptor * descriptor,
89285f7
                 const char * plugin_uri,
89285f7
                 const char * bundle_path,
89285f7
                 LV2UI_Write_Function write_function,