summaryrefslogtreecommitdiff
path: root/indra/newview/llvoiceclient.h
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-12-09 16:33:51 -0800
committerRider Linden <rider@lindenlab.com>2015-12-09 16:33:51 -0800
commit7e58b0793b021922e68e10f111d624bb7638fefa (patch)
tree82ae16d24920f1684b9d477ed351fe2f876c6ab7 /indra/newview/llvoiceclient.h
parentaa67a2fba05a703364e91d034d4b9a2f5d2f26e2 (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-xindra/newview/llvoiceclient.h2
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;