aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llmessagethrottle.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llmessage/llmessagethrottle.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llmessage/llmessagethrottle.cpp b/linden/indra/llmessage/llmessagethrottle.cpp
index 84733ba..ad9df26 100644
--- a/linden/indra/llmessage/llmessagethrottle.cpp
+++ b/linden/indra/llmessage/llmessagethrottle.cpp
@@ -110,7 +110,7 @@ void LLMessageThrottle::pruneEntries()
110 } 110 }
111} 111}
112 112
113BOOL LLMessageThrottle::addViewerAlert(const LLUUID& to, const char* mesg) 113BOOL LLMessageThrottle::addViewerAlert(const LLUUID& to, const std::string& mesg)
114{ 114{
115 message_list_t* message_list = &(mMessageList[MTC_VIEWER_ALERT]); 115 message_list_t* message_list = &(mMessageList[MTC_VIEWER_ALERT]);
116 116
@@ -144,7 +144,7 @@ BOOL LLMessageThrottle::addViewerAlert(const LLUUID& to, const char* mesg)
144 } 144 }
145} 145}
146 146
147BOOL LLMessageThrottle::addAgentAlert(const LLUUID& agent, const LLUUID& task, const char* mesg) 147BOOL LLMessageThrottle::addAgentAlert(const LLUUID& agent, const LLUUID& task, const std::string& mesg)
148{ 148{
149 message_list_t* message_list = &(mMessageList[MTC_AGENT_ALERT]); 149 message_list_t* message_list = &(mMessageList[MTC_AGENT_ALERT]);
150 150