diff options
author | Rider Linden <rider@lindenlab.com> | 2015-12-09 16:33:51 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-12-09 16:33:51 -0800 |
commit | 7e58b0793b021922e68e10f111d624bb7638fefa (patch) | |
tree | 82ae16d24920f1684b9d477ed351fe2f876c6ab7 /indra/newview/llvoiceclient.h | |
parent | aa67a2fba05a703364e91d034d4b9a2f5d2f26e2 (diff) |
Voice session state now in coro (includes all sub states as part of the coro)
Diffstat (limited to 'indra/newview/llvoiceclient.h')
-rwxr-xr-x | indra/newview/llvoiceclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoiceclient.h b/indra/newview/llvoiceclient.h index 51961468ca..b05bcb23b7 100755 --- a/indra/newview/llvoiceclient.h +++ b/indra/newview/llvoiceclient.h @@ -156,7 +156,7 @@ public: virtual void setNonSpatialChannel(const std::string &uri, const std::string &credentials)=0; - virtual void setSpatialChannel(const std::string &uri, + virtual bool setSpatialChannel(const std::string &uri, const std::string &credentials)=0; virtual void leaveNonSpatialChannel()=0; |