summaryrefslogtreecommitdiff
path: root/indra/llaudio
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2023-09-08 12:40:37 -0400
committerNat Goodspeed <nat@lindenlab.com>2023-09-08 12:40:37 -0400
commit7e655d8c828829bd45ca0ea8c47e3ce5619b23c1 (patch)
treeac06d7ed63d27c75269754ad1465e72b99e0f864 /indra/llaudio
parent46bd102e80178abb094b5dac6fe9c476e044eaed (diff)
SL-18837: Revert "Typo for LLAudioEngine_OpenAL"
This reverts commit 46bd102e80178abb094b5dac6fe9c476e044eaed.
Diffstat (limited to 'indra/llaudio')
-rw-r--r--indra/llaudio/llaudioengine_openal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llaudio/llaudioengine_openal.cpp b/indra/llaudio/llaudioengine_openal.cpp
index d2a66c8c0f..e6c62caae9 100644
--- a/indra/llaudio/llaudioengine_openal.cpp
+++ b/indra/llaudio/llaudioengine_openal.cpp
@@ -121,7 +121,7 @@ std::string LLAudioEngine_OpenAL::getDriverName(bool verbose)
LLStreamingAudioInterface *LLAudioEngine_OpenAL::createDefaultStreamingAudioImpl() const
{
- return new LLAudioEngine_OpenAL();
+ return new LLStreamingAudio_OpenAL();
}
// virtual