From 782b9a324d61e4e7814d9f7ce09b50e792c51788 Mon Sep 17 00:00:00 2001 From: Rider Linden Date: Mon, 23 Mar 2015 16:47:26 -0700 Subject: No explicit NULL in shared constructor --- indra/newview/llmaterialmgr.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'indra/newview') diff --git a/indra/newview/llmaterialmgr.cpp b/indra/newview/llmaterialmgr.cpp index b4ebe4adb1..81372f10b3 100755 --- a/indra/newview/llmaterialmgr.cpp +++ b/indra/newview/llmaterialmgr.cpp @@ -130,9 +130,9 @@ LLMaterialMgr::LLMaterialMgr(): mGetAllCallbacks(), mPutQueue(), mMaterials(), - mHttpRequest(NULL), - mHttpHeaders(NULL), - mHttpOptions(NULL), + mHttpRequest(), + mHttpHeaders(), + mHttpOptions(), mHttpPolicy(LLCore::HttpRequest::DEFAULT_POLICY_ID), mHttpPriority(0) { -- cgit v1.2.3