From 278d0de0121ddd7163fb1b14d9a0638bbe38fff8 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Mon, 27 Feb 2006 07:18:49 +0000 Subject: Fixed compilation. svn-id: r20953 --- backends/midi/seq.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/midi/seq.cpp b/backends/midi/seq.cpp index 0a1458afd4..1d77646392 100644 --- a/backends/midi/seq.cpp +++ b/backends/midi/seq.cpp @@ -148,7 +148,7 @@ void MidiDriver_SEQ::sysEx (const byte *msg, uint16 length) { unsigned char buf [1024]; int position = 0; - byte *chr = msg; + const byte *chr = msg; buf[position++] = SEQ_MIDIPUTC; buf[position++] = 0xF0; -- cgit v1.2.3