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