diff options
author | Aura Linden <aura@lindenlab.com> | 2014-08-20 14:02:48 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2014-08-20 14:02:48 -0700 |
commit | 86e2bd75bc6a04fa175a0ac9df51371498355f58 (patch) | |
tree | 7045852128fd0a4c56a28835b4e2aa81f6529202 /indra/newview/llvoicevivox.h | |
parent | eba76107ba2d40998f28582d85d6b9f5b6188263 (diff) |
Wait for response from SLVoice when sending shutdown.
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rwxr-xr-x | indra/newview/llvoicevivox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h index 10ebac730d..a4ec9f2a69 100755 --- a/indra/newview/llvoicevivox.h +++ b/indra/newview/llvoicevivox.h @@ -723,6 +723,7 @@ private: bool mRenderDeviceDirty; bool mIsInitialized; + bool mShutdownComplete; bool checkParcelChanged(bool update = false); |