--- a/ui/common/context.h Sat Jun 14 11:05:57 2025 +0200 +++ b/ui/common/context.h Sat Jun 14 11:17:17 2025 +0200 @@ -141,7 +141,7 @@ void uic_save_var2(UiVar *var); void uic_unbind_var(UiVar *var); -void uic_reg_var(UiContext *ctx, char *name, UiVarType type, void *value); +void uic_reg_var(UiContext *ctx, const char *name, UiVarType type, void *value); void uic_remove_bound_var(UiContext *ctx, UiVar *var);