diff options
author | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-06-21 19:48:18 +0200 |
---|---|---|
committer | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-06-21 19:48:18 +0200 |
commit | e2c7a4d2454eada7d330eef1a57c1788eea775db (patch) | |
tree | a4b66ae0e4134fe5c704903ff4c933f11812756a /indra/newview/llvoiceclient.h | |
parent | 9fb9e8f33cb33a1535f43b4be030009c192ea92b (diff) |
Fix some BOOL oversights during WebRTC merge
Diffstat (limited to 'indra/newview/llvoiceclient.h')
-rw-r--r-- | 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 0317899675..7411df1693 100644 --- a/indra/newview/llvoiceclient.h +++ b/indra/newview/llvoiceclient.h @@ -470,7 +470,7 @@ public: //@{ bool isSessionTextIMPossible(const LLUUID& id); bool isSessionCallBackPossible(const LLUUID& id); - //BOOL sendTextMessage(const LLUUID& participant_id, const std::string& message) const {return true;} ; + //bool sendTextMessage(const LLUUID& participant_id, const std::string& message) const {return true;} ; //@} void setSpatialVoiceModule(const std::string& voice_server_type); |