summaryrefslogtreecommitdiff
path: root/indra/llaudio
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2023-09-08 11:00:16 -0400
committerNat Goodspeed <nat@lindenlab.com>2023-09-08 11:00:16 -0400
commit46bd102e80178abb094b5dac6fe9c476e044eaed (patch)
tree4d455c5169c0c724b3a3314e60418392f097e9d5 /indra/llaudio
parent6cb906c44908a304af26e3ea95de88ff34ef46f7 (diff)
SL-18837: Typo for LLAudioEngine_OpenAL
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 e6c62caae9..d2a66c8c0f 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 LLStreamingAudio_OpenAL();
+ return new LLAudioEngine_OpenAL();
}
// virtual