summaryrefslogtreecommitdiff
path: root/indra/newview/llcaphttpsender.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llcaphttpsender.h')
-rw-r--r--indra/newview/llcaphttpsender.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llcaphttpsender.h b/indra/newview/llcaphttpsender.h
index 222aa773cc..2296281241 100644
--- a/indra/newview/llcaphttpsender.h
+++ b/indra/newview/llcaphttpsender.h
@@ -43,7 +43,7 @@ public:
/** @brief Send message via UntrustedMessage capability with body,
call response when done */
virtual void send(const LLHost& host,
- const char* message, const LLSD& body,
+ const std::string& message, const LLSD& body,
LLHTTPClient::ResponderPtr response) const;
private: