diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-28 12:58:01 +0100 |
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-28 12:58:01 +0100 |
| commit | 394effa63670a8c44d94fe9be2f71e294a292414 (patch) | |
| tree | ba31e829f216b64207d2afc39a3991f0d7ce847c /indra/newview/llvoiceclient.cpp | |
| parent | 99ec1f3a61334e2508c82d6ae803974c7714ed1e (diff) | |
| parent | 7e0b36d6102f5e285296cd8e0dc6961b5c73c7cb (diff) | |
merge from viewer-public
Diffstat (limited to 'indra/newview/llvoiceclient.cpp')
| -rw-r--r-- | indra/newview/llvoiceclient.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp index 91353281a8..42e44634b6 100644 --- a/indra/newview/llvoiceclient.cpp +++ b/indra/newview/llvoiceclient.cpp @@ -81,8 +81,10 @@ std::string LLVoiceClientStatusObserver::status2string(LLVoiceClientStatusObserv /////////////////////////////////////////////////////////////////////////////////////////////// LLVoiceClient::LLVoiceClient() + : + mVoiceModule(NULL), + m_servicePump(NULL) { - mVoiceModule = NULL; } //--------------------------------------------------- |
