diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-05-07 16:22:44 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-05-07 16:22:44 +0300 |
commit | 604914a7bd309de176901b9d14991e525a90d649 (patch) | |
tree | 520ca04b58eee1713c545f7ae51f759f82891130 /indra/newview/llfloatersnapshot.h | |
parent | 064d0fec06b49abeef5ddfaec5abd6fae7e0cf03 (diff) |
MAINT-4812 Restore sending snapshot as email from the viewer.
Diffstat (limited to 'indra/newview/llfloatersnapshot.h')
-rwxr-xr-x | indra/newview/llfloatersnapshot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatersnapshot.h b/indra/newview/llfloatersnapshot.h index 5bcf1d3099..0bb9474bb5 100755 --- a/indra/newview/llfloatersnapshot.h +++ b/indra/newview/llfloatersnapshot.h @@ -63,6 +63,7 @@ public: static void postPanelSwitch(); static LLPointer<LLImageFormatted> getImageData(); static const LLVector3d& getPosTakenGlobal(); + static void setAgentEmail(const std::string& email); static const LLRect& getThumbnailPlaceholderRect() { return sThumbnailPlaceholder->getRect(); } |