summaryrefslogtreecommitdiff
path: root/indra/newview/llwebprofile.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-06-30 17:13:51 -0700
committerRider Linden <rider@lindenlab.com>2015-06-30 17:13:51 -0700
commiteca87bb24f4703ad96f8fe800a4973402f015f32 (patch)
treec8553a4c0d224cfb9baff80ffb3ec1bf97011ac4 /indra/newview/llwebprofile.cpp
parentddb63e7fb70eefea200fbb385efe86e50e5c1e12 (diff)
parent45ddc6e91da8e48a21fac1d317e66524db304a17 (diff)
Merge
Diffstat (limited to 'indra/newview/llwebprofile.cpp')
-rwxr-xr-xindra/newview/llwebprofile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llwebprofile.cpp b/indra/newview/llwebprofile.cpp
index 727c9ffb18..62ba40ca32 100755
--- a/indra/newview/llwebprofile.cpp
+++ b/indra/newview/llwebprofile.cpp
@@ -202,7 +202,7 @@ void LLWebProfile::uploadImageCoro(LLCoros::self& self, LLPointer<LLImageFormatt
/*static*/
LLCore::BufferArray::ptr_t LLWebProfile::buildPostData(const LLSD &data, LLPointer<LLImageFormatted> &image, const std::string &boundary)
{
- LLCore::BufferArray::ptr_t body(new LLCore::BufferArray, false);
+ LLCore::BufferArray::ptr_t body(new LLCore::BufferArray);
LLCore::BufferArrayStream bas(body.get());
// *NOTE: The order seems to matter.