diff options
Diffstat (limited to 'linden/indra/llmessage/llhttpsender.h')
-rw-r--r-- | linden/indra/llmessage/llhttpsender.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llhttpsender.h b/linden/indra/llmessage/llhttpsender.h index 86dd754..9073f48 100644 --- a/linden/indra/llmessage/llhttpsender.h +++ b/linden/indra/llmessage/llhttpsender.h | |||
@@ -45,7 +45,7 @@ class LLHTTPSender | |||
45 | 45 | ||
46 | /** @brief Send message to host with body, call response when done */ | 46 | /** @brief Send message to host with body, call response when done */ |
47 | virtual void send(const LLHost& host, | 47 | virtual void send(const LLHost& host, |
48 | const char* message, const LLSD& body, | 48 | const std::string& message, const LLSD& body, |
49 | LLHTTPClient::ResponderPtr response) const; | 49 | LLHTTPClient::ResponderPtr response) const; |
50 | 50 | ||
51 | /** @brief Set sender for host, takes ownership of sender. */ | 51 | /** @brief Set sender for host, takes ownership of sender. */ |