ui/common/context.h

changeset 622
9090faa4094b
parent 557
e6415fd4af4b
child 623
1ebc781c7d17
--- 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);
 

mercurial