aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/vmenu.h')
-rw-r--r--engines/cge/vmenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/vmenu.h b/engines/cge/vmenu.h
index 61645d2c55..3c38576a40 100644
--- a/engines/cge/vmenu.h
+++ b/engines/cge/vmenu.h
@@ -37,7 +37,7 @@ namespace CGE {
typedef struct {
- char *Text;
+ const char *Text;
void (CGEEngine::*Proc)();
} CHOICE;