diff options
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r-- | src/jalv_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h index 873e16b..9108b47 100644 --- a/src/jalv_internal.h +++ b/src/jalv_internal.h @@ -394,7 +394,7 @@ void jalv_apply_ui_events(Jalv* jalv, uint32_t nframes); uint32_t -jalv_ui_port_index(SuilController controller, const char* symbol); +jalv_ui_port_index(void* const controller, const char* symbol); void jalv_ui_port_event(Jalv* jalv, |