From 32614d35392052d8bc14e3f02d824949acc95051 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Thu, 27 Dec 2012 17:38:28 +0100 Subject: [PATCH] Compile bug fix --- indra/llmessage/llhttpclient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llmessage/llhttpclient.h b/indra/llmessage/llhttpclient.h index e3819cce8..934d5b137 100644 --- a/indra/llmessage/llhttpclient.h +++ b/indra/llmessage/llhttpclient.h @@ -455,7 +455,7 @@ public: */ static void move(std::string const& url, std::string const& destination, ResponderPtr responder, AIHTTPHeaders& headers/*,*/ DEBUG_CURLIO_PARAM(EDebugCurl debug = debug_off)); static void move(std::string const& url, std::string const& destination, ResponderPtr responder/*,*/ DEBUG_CURLIO_PARAM(EDebugCurl debug = debug_off)) - { AIHTTPHeaders headers; move(url, destination, responder, headers, debug); } + { AIHTTPHeaders headers; move(url, destination, responder, headers/*,*/ DEBUG_CURLIO_PARAM(debug)); } //@}