aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llaudio/audioengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llaudio/audioengine.h')
-rw-r--r--linden/indra/llaudio/audioengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llaudio/audioengine.h b/linden/indra/llaudio/audioengine.h
index aff7759..15cb35f 100644
--- a/linden/indra/llaudio/audioengine.h
+++ b/linden/indra/llaudio/audioengine.h
@@ -83,7 +83,7 @@ class LLAudioEngine
83 friend class LLAudioChannelOpenAL; // bleh. channel needs some listener methods. 83 friend class LLAudioChannelOpenAL; // bleh. channel needs some listener methods.
84 84
85public: 85public:
86 typedef enum LLAudioType 86 enum LLAudioType
87 { 87 {
88 AUDIO_TYPE_NONE = 0, 88 AUDIO_TYPE_NONE = 0,
89 AUDIO_TYPE_SFX = 1, 89 AUDIO_TYPE_SFX = 1,