diff options
-rw-r--r-- | scumm/imuse_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/imuse_internal.h b/scumm/imuse_internal.h index cf5b5d3da0..847b56dde3 100644 --- a/scumm/imuse_internal.h +++ b/scumm/imuse_internal.h @@ -208,7 +208,7 @@ protected: void transitionParameters(); - static void decode_sysex_bytes(byte *src, byte *dst, int len); + static void decode_sysex_bytes(const byte *src, byte *dst, int len); void clear_active_note(int chan, byte note); void set_active_note(int chan, byte note); |