aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_console.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv_console.c')
-rw-r--r--src/jalv_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jalv_console.c b/src/jalv_console.c
index 8ab7739..fb99a60 100644
--- a/src/jalv_console.c
+++ b/src/jalv_console.c
@@ -237,7 +237,7 @@ jalv_run_custom_ui(Jalv* jalv)
jalv_ui_instantiate(jalv, jalv_native_ui_type(), NULL);
idle_iface = (const LV2UI_Idle_Interface*)
suil_instance_extension_data(jalv->ui_instance, LV2_UI__idleInterface);
- show_iface = (LV2UI_Show_Interface*)
+ show_iface = (const LV2UI_Show_Interface*)
suil_instance_extension_data(jalv->ui_instance, LV2_UI__showInterface);
}