ui/common/menu.h

changeset 110
c00e968d018b
parent 101
7b3a3130be44
child 112
c3f2f16fa4b8
--- a/ui/common/menu.h	Sun Aug 24 15:24:16 2025 +0200
+++ b/ui/common/menu.h	Sat Oct 04 14:52:59 2025 +0200
@@ -66,7 +66,7 @@
 
 struct UiMenu {
     UiMenuItemI    item;
-    const char     *label;
+    char           *label;
     UiMenuItemI    *items_begin;
     UiMenuItemI    *items_end;
     UiMenu         *parent;

mercurial