ui/common/menu.h

changeset 29
3fc287f06305
parent 8
726b24766437
--- a/ui/common/menu.h	Sun Feb 11 15:59:56 2024 +0100
+++ b/ui/common/menu.h	Mon Feb 12 17:32:02 2024 +0100
@@ -65,7 +65,7 @@
 
 struct UiMenu {
     UiMenuItemI    item;
-    char           *label;
+    const char     *label;
     UiMenuItemI    *items_begin;
     UiMenuItemI    *items_end;
     UiMenu         *parent;

mercurial