From 0e2767e354e4366aeb17f91d1b45daa7fc881301 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 3 Jul 2003 23:44:28 +0000 Subject: const svn-id: r8731 --- scumm/instrument.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/instrument.cpp') diff --git a/scumm/instrument.cpp b/scumm/instrument.cpp index 575dcf75a5..c6f84a39bf 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; } -- cgit v1.2.3