From f7713df735d185848912d156f0c8615523052d8a Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 24 Jul 2019 11:49:11 +0200 Subject: HDB: Fix warnings --- engines/hdb/sound.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engines/hdb/sound.h b/engines/hdb/sound.h index 5774a67ddd..56702c0c5d 100644 --- a/engines/hdb/sound.h +++ b/engines/hdb/sound.h @@ -1404,8 +1404,8 @@ enum SoundType { struct SoundLookUp { SoundType idx; - char *name; // name from MSD .h file - char *luaName; // name for Lua code to use + const char *name; // name from MSD .h file + const char *luaName; // name for Lua code to use }; class Sound { -- cgit v1.2.3