SL-18837: Typo for LLAudioEngine_OpenAL

master
Nat Goodspeed 2023-09-08 11:00:16 -04:00
parent 6cb906c449
commit 46bd102e80
1 changed files with 1 additions and 1 deletions

View File

@ -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