From 4a9d4beee6be253aff4f6d3c8fca4225b14e66cb Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 13 Apr 2012 02:44:27 -0500 Subject: Fix inadvertent "TQ" changes. --- src/sound/AudioPlayQueue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sound/AudioPlayQueue.h') diff --git a/src/sound/AudioPlayQueue.h b/src/sound/AudioPlayQueue.h index 0ef0efb..2a7067c 100644 --- a/src/sound/AudioPlayQueue.h +++ b/src/sound/AudioPlayQueue.h @@ -19,8 +19,8 @@ COPYING included with this distribution for more information. */ -#ifndef _AUDIO_PLAY_TQUEUE_H_ -#define _AUDIO_PLAY_TQUEUE_H_ +#ifndef _AUDIO_PLAY_QUEUE_H_ +#define _AUDIO_PLAY_QUEUE_H_ #include "RealTime.h" #include "Instrument.h" -- cgit v1.2.1