From 4e7b156e1094f0edee51d51069dc394af6bb0257 Mon Sep 17 00:00:00 2001 From: Norbert Lange Date: Sat, 8 Aug 2009 09:49:28 +0000 Subject: fix a bug that prevented gcc from compiling correctly added my palette patch (it showed up in the rev-changes but dint got applied fully to the svn tree?) svn-id: r43116 --- sound/mods/maxtrax.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound') diff --git a/sound/mods/maxtrax.h b/sound/mods/maxtrax.h index f5845e617f..c75a14c237 100644 --- a/sound/mods/maxtrax.h +++ b/sound/mods/maxtrax.h @@ -205,7 +205,7 @@ private: int32 stopEventTime; } _voiceCtx[kNumVoices]; - void MaxTrax::controlCh(ChannelContext &channel, byte command, byte data); + void controlCh(ChannelContext &channel, byte command, byte data); void freePatches(); void freeScores(); void resetChannel(ChannelContext &chan, bool rightChannel); -- cgit v1.2.3