ui/common/menu.h

branch
newapi
changeset 254
13997c76859b
parent 236
ee794586f51b
--- a/ui/common/menu.h	Sun Feb 11 22:06:23 2024 +0100
+++ b/ui/common/menu.h	Sun Feb 11 22:17:00 2024 +0100
@@ -65,7 +65,7 @@
 
 struct UiMenu {
     UiMenuItemI    item;
-    char           *label;
+    const char     *label;
     UiMenuItemI    *items_begin;
     UiMenuItemI    *items_end;
     UiMenu         *parent;

mercurial