summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2014-05-16 13:28:22 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2014-05-16 13:28:22 -0400
commit7f3e1b73137d51e27075c6a71c25c4eafd6cb21c (patch)
tree5cbc88f1cd201d42e862e05642b10098050faf72 /indra
parentf2d7dfb1e6689968459ef680e608546d474da008 (diff)
merge fix
Diffstat (limited to 'indra')
-rwxr-xr-xindra/llmessage/llsdrpcclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llsdrpcclient.h b/indra/llmessage/llsdrpcclient.h
index 84cd7fb851..c4e0333ca3 100755
--- a/indra/llmessage/llsdrpcclient.h
+++ b/indra/llmessage/llsdrpcclient.h
@@ -240,7 +240,7 @@ public:
virtual bool build(LLPumpIO::chain_t& chain, LLSD context) const
{
LL_DEBUGS() << "LLSDRPCClientFactory::build" << LL_ENDL;
- LLURLRequest* http(new LLURLRequest(LLURLRequest::HTTP_POST));
+ LLURLRequest* http(new LLURLRequest(HTTP_POST));
if(!http->isValid())
{
LL_WARNS() << "Creating LLURLRequest failed." << LL_ENDL ;