Conflicts:
	indra/newview/lldrawpoolavatar.cpp
	indra/newview/llviewertexturelist.cpp
	indra/newview/llworldmap.cpp
	indra/newview/pipeline.cpp
This commit is contained in:
Shyotl
2012-11-29 11:54:41 -06:00
358 changed files with 27109 additions and 8865 deletions

View File

@@ -437,7 +437,7 @@ void LLWorldMap::sendMapLayerRequest()
LLSD body;
body["Flags"] = (LLSD::Integer)flags;
//llinfos << "LLWorldMap::sendMapLayerRequest via capability" << llendl;
LLHTTPClient::post(url, body, new LLMapLayerResponder());
LLHTTPClient::post(url, body, new LLMapLayerResponder);
}
else
{