diff --git a/scumm/instrument.cpp b/scumm/instrument.cpp index 575dcf75a5b..c6f84a39bf8 100644 --- a/scumm/instrument.cpp +++ b/scumm/instrument.cpp @@ -40,7 +40,7 @@ static const byte mt32_to_gm[128] = { }; static struct { - char *name; + const char *name; byte program; }