diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-08-24 15:52:20 +0300 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-08-24 15:52:20 +0300 |
commit | a412c2f747495a36c088d7fafee8044338ff4ff1 (patch) | |
tree | 92824d7cdfd35eb3f56deea92577a76aa577408e /indra/newview/llvoicevivox.cpp | |
parent | f305ddc7f773454826a09a8d52c33735eb7c95ea (diff) | |
parent | 01d06a3572c533f810f8f42e7ae9c55051f34aaf (diff) |
Merge from default branch
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llvoicevivox.cpp')
-rw-r--r-- | indra/newview/llvoicevivox.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index 15729b5175..2e003dd2b8 100644 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -7111,6 +7111,13 @@ void LLVivoxProtocolParser::reset() alias.clear(); numberOfAliases = 0; applicationString.clear(); + id = 0; + nameString.clear(); + descriptionString.clear(); + expirationDate = LLDate(); + hasExpired = false; + fontType = 0; + fontStatus = 0; } //virtual |