diff options
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rw-r--r-- | indra/newview/llvoicevivox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h index 929ccce32b..6e6ffdb1e4 100644 --- a/indra/newview/llvoicevivox.h +++ b/indra/newview/llvoicevivox.h @@ -134,9 +134,9 @@ public: // Note that gestures should only fire if this returns true. virtual bool inProximalChannel(); - virtual void setNonSpatialChannel(const std::string &uri, + void setNonSpatialChannel(const std::string &uri, const std::string &credentials, - bool hangup_on_last_leave); + bool hangup_on_last_leave) override; virtual bool setSpatialChannel(const std::string &uri, const std::string &credentials); |