ui/common/types.h

changeset 631
5d745e140ee7
parent 629
0385a450c2a6
child 902
6872b59217a7
--- 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);

mercurial