diff options
author | Oz Linden <oz@lindenlab.com> | 2017-03-08 15:32:05 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2017-03-08 15:32:05 -0500 |
commit | d6cd9d0771d04f014f5bd79ca05a5d0a86e5e2c6 (patch) | |
tree | 7e49e12a21f5f19a9e382aeb1d2ae4391ca17553 /indra/newview/llpostcard.h | |
parent | 08ed7f676f2ce38937a03c2a4e823e3564981264 (diff) | |
parent | 94c2ebdea4cd9f9189d491baafe5aa08a8cfb7df (diff) |
merge changes for MAINT-7156
Diffstat (limited to 'indra/newview/llpostcard.h')
-rw-r--r-- | indra/newview/llpostcard.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llpostcard.h b/indra/newview/llpostcard.h index 24157be636..1e932ae03f 100644 --- a/indra/newview/llpostcard.h +++ b/indra/newview/llpostcard.h @@ -53,13 +53,12 @@ private: class LLPostcardUploadInfo : public LLBufferedAssetUploadInfo { public: - LLPostcardUploadInfo(std::string emailFrom, std::string nameFrom, std::string emailTo, + LLPostcardUploadInfo(std::string nameFrom, std::string emailTo, std::string subject, std::string message, LLVector3d globalPosition, LLPointer<LLImageFormatted> image, invnUploadFinish_f finish); virtual LLSD generatePostBody(); private: - std::string mEmailFrom; std::string mNameFrom; std::string mEmailTo; std::string mSubject; |