aboutsummaryrefslogtreecommitdiff
path: root/sound/mods/tfmx.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mods/tfmx.h')
-rw-r--r--sound/mods/tfmx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mods/tfmx.h b/sound/mods/tfmx.h
index 8b66ea83fe..bd310b65c9 100644
--- a/sound/mods/tfmx.h
+++ b/sound/mods/tfmx.h
@@ -265,7 +265,7 @@ private:
static inline void unlockMacroChannel(ChannelContext &channel);
static inline void initPattern(PatternContext &pattern, uint8 cmd, int8 expose, uint32 offset);
void stopSongImpl(bool stopAudio = true);
- static void inline setNoteMacro(ChannelContext &channel, uint note, int fineTune);
+ static inline void setNoteMacro(ChannelContext &channel, uint note, int fineTune);
void initFadeCommand(const uint8 fadeTempo, const int8 endVol);
void setModuleData(const MdatResource *resource, const int8 *sampleData, uint32 sampleLen, bool autoDelete = true);
static const MdatResource *loadMdatFile(Common::SeekableReadStream &musicData);