diff --git a/indra/llaudio/llaudioengine_openal.cpp b/indra/llaudio/llaudioengine_openal.cpp
index e6c62caae9a8fd57e585837f340c917015b85b2e..d2a66c8c0ff6df583322b0231384259c197e3647 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