summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicevivox.h
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2016-01-26 14:41:59 -0800
committerRider Linden <rider@lindenlab.com>2016-01-26 14:41:59 -0800
commit83a62fa2e1acdcfdbe19bc327209e0fc09d19a33 (patch)
tree2d8092106ddc4b097d87866f60933c9a0e360062 /indra/newview/llvoicevivox.h
parentf800a22bc6e41758b82c033a3fa6be11b46adcac (diff)
MAINT-6086: Fixed an issue with management of sessionStates (was removing one before it was added in certain cases.) Also changed the calls to LL_ERRS to LL_WARNS (LL_ERRS is a "HaltCatchFire" command and will crash the viewer and nothing in voice should ever bring down the viewer.
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rwxr-xr-xindra/newview/llvoicevivox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h
index 1e59a337f5..3b86789108 100755
--- a/indra/newview/llvoicevivox.h
+++ b/indra/newview/llvoicevivox.h
@@ -366,6 +366,8 @@ protected:
LLUUID mVoiceFontID;
+ static void VerifySessions();
+
private:
sessionState();