aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llcaphttpsender.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llcaphttpsender.cpp')
-rw-r--r--linden/indra/newview/llcaphttpsender.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llcaphttpsender.cpp b/linden/indra/newview/llcaphttpsender.cpp
index c60a342..a227931 100644
--- a/linden/indra/newview/llcaphttpsender.cpp
+++ b/linden/indra/newview/llcaphttpsender.cpp
@@ -40,7 +40,7 @@ LLCapHTTPSender::LLCapHTTPSender(const std::string& cap) :
40} 40}
41 41
42//virtual 42//virtual
43void LLCapHTTPSender::send(const LLHost& host, const char* message, 43void LLCapHTTPSender::send(const LLHost& host, const std::string& message,
44 const LLSD& body, 44 const LLSD& body,
45 LLHTTPClient::ResponderPtr response) const 45 LLHTTPClient::ResponderPtr response) const
46{ 46{