--- a/ui/common/types.h Fri Jun 20 12:01:44 2025 +0200 +++ b/ui/common/types.h Sat Jun 21 14:17:20 2025 +0200 @@ -35,7 +35,7 @@ extern "C" { #endif -void uic_ucx_list_init(UiContext *ctx, UiList *list); +void uic_ucx_list_init(UiContext *ctx, UiList *list, void *unused); void uic_int_copy(UiInteger *from, UiInteger *to); void uic_double_copy(UiDouble *from, UiDouble *to);