diff options
author | Aura Linden <aura@lindenlab.com> | 2014-08-15 18:49:54 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2014-08-15 18:49:54 -0700 |
commit | 370aa671c66cfd5e2a338602d2e9765e9ea103f8 (patch) | |
tree | 50107cbacb8466e5fe96ffbfd369075f850c0cc7 /indra/newview/llvoicevivox.h | |
parent | 75406641836fee796428216df82b7e29ad24443a (diff) |
Allegedly hides voice position on teleport. Needs testing.
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rwxr-xr-x | indra/newview/llvoicevivox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h index 8829d9e1b4..10ebac730d 100755 --- a/indra/newview/llvoicevivox.h +++ b/indra/newview/llvoicevivox.h @@ -747,7 +747,7 @@ private: std::string getAudioSessionURI(); std::string getAudioSessionHandle(); - void setHidden(bool hidden); + void setHidden(bool hidden); //virtual void sendPositionalUpdate(void); void buildSetCaptureDevice(std::ostringstream &stream); |