aboutsummaryrefslogtreecommitdiff
path: root/sound/mods/maxtrax.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mods/maxtrax.h')
-rw-r--r--sound/mods/maxtrax.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/mods/maxtrax.h b/sound/mods/maxtrax.h
index bb1244d53a..4055c750aa 100644
--- a/sound/mods/maxtrax.h
+++ b/sound/mods/maxtrax.h
@@ -217,8 +217,8 @@ public:
static void outPutEvent(const Event &ev, int num = -1) {
struct {
byte cmd;
- char *name;
- char *param;
+ const char *name;
+ const char *param;
} COMMANDS[] = {
{0x80, "TEMPO ", "TEMPO, N/A "},
{0xa0, "SPECIAL ", "CHAN, SPEC # | VAL"},
@@ -253,4 +253,4 @@ public:
};
} // End of namespace Audio
-#endif \ No newline at end of file
+#endif