diff options
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rw-r--r-- | indra/newview/llvoicevivox.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h index bd1f18aec6..929ccce32b 100644 --- a/indra/newview/llvoicevivox.h +++ b/indra/newview/llvoicevivox.h @@ -135,7 +135,8 @@ public: virtual bool inProximalChannel(); virtual void setNonSpatialChannel(const std::string &uri, - const std::string &credentials); + const std::string &credentials, + bool hangup_on_last_leave); virtual bool setSpatialChannel(const std::string &uri, const std::string &credentials); |