aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llaudio/audioengine.h
diff options
context:
space:
mode:
authorAnders Arnholm2008-12-13 18:49:24 +0100
committerAnders Arnholm2008-12-13 18:49:24 +0100
commitc7fca44072ae101b986a87c87ebda1e99de5141a (patch)
treea9884591ca07983234a0ed41275d7b92dc513f46 /linden/indra/llaudio/audioengine.h
parentMerge 1.0.0 RC2 into openal (diff)
parentMerge branch 'next' of git://github.com/jacek/imprudence into next (diff)
downloadmeta-impy-c7fca44072ae101b986a87c87ebda1e99de5141a.zip
meta-impy-c7fca44072ae101b986a87c87ebda1e99de5141a.tar.gz
meta-impy-c7fca44072ae101b986a87c87ebda1e99de5141a.tar.bz2
meta-impy-c7fca44072ae101b986a87c87ebda1e99de5141a.tar.xz
Merge branch 'next' into openal
Conflicts: ChangeLog.txt
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,