diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-05-16 13:28:22 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-05-16 13:28:22 -0400 |
commit | 7f3e1b73137d51e27075c6a71c25c4eafd6cb21c (patch) | |
tree | 5cbc88f1cd201d42e862e05642b10098050faf72 /indra/llmessage/llsdrpcclient.h | |
parent | f2d7dfb1e6689968459ef680e608546d474da008 (diff) |
merge fix
Diffstat (limited to 'indra/llmessage/llsdrpcclient.h')
-rwxr-xr-x | indra/llmessage/llsdrpcclient.h | 2 |
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 ; |