diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-05-28 13:18:50 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-05-28 13:18:50 +0100 |
commit | 176b5c5a67c3bd34da787c7446d7349dc1937803 (patch) | |
tree | ae0a5b2cc367e22a11b5ef768da6d4484d2c348b /indra/newview/llvoicechannel.h | |
parent | e5273960de222ffae32405fde8e9fd566ff72d0a (diff) | |
parent | 4f0d41090469c5b43f50308433e3cadbac9f368a (diff) |
EXT-7138 FIXED Merge Voice Morphing from aimee/viewer-trunk_voice-features
Diffstat (limited to 'indra/newview/llvoicechannel.h')
-rw-r--r-- | indra/newview/llvoicechannel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoicechannel.h b/indra/newview/llvoicechannel.h index 573fab1f4f..074f9b8bba 100644 --- a/indra/newview/llvoicechannel.h +++ b/indra/newview/llvoicechannel.h @@ -113,7 +113,7 @@ protected: void doSetState(const EState& state); void setURI(std::string uri); - // there can be two directions ICOMING and OUTGOING + // there can be two directions INCOMING and OUTGOING EDirection mCallDirection; std::string mURI; |