From 3ddb6c0c903f478b91a8965d3433a9f79ce16ba7 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Fri, 28 Oct 2011 12:27:50 +0200 Subject: AUDIO: Adapt include guard names to the "new" directory name. --- audio/midiparser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/midiparser.h') diff --git a/audio/midiparser.h b/audio/midiparser.h index 9dff4b54ba..c935969e72 100644 --- a/audio/midiparser.h +++ b/audio/midiparser.h @@ -22,8 +22,8 @@ /// \brief Declarations related to the MidiParser class -#ifndef SOUND_MIDIPARSER_H -#define SOUND_MIDIPARSER_H +#ifndef AUDIO_MIDIPARSER_H +#define AUDIO_MIDIPARSER_H #include "common/scummsys.h" #include "common/endian.h" -- cgit v1.2.3