diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-01-24 12:35:52 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-01-24 12:35:52 +0200 |
commit | d4b7c6bfd503a1c7904ce658b4c1f120689e5fd9 (patch) | |
tree | 67a4cb22b49722aa1d769d377b27ef7af6f86e13 /indra/newview/llfloaterreporter.h | |
parent | e2bb0c170eb3f7db73fa8d96336f3920552937b2 (diff) |
MAINT-7067 Issue with UI artifacts showing up in Abuse Report screenshots.
Diffstat (limited to 'indra/newview/llfloaterreporter.h')
-rw-r--r-- | indra/newview/llfloaterreporter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterreporter.h b/indra/newview/llfloaterreporter.h index e5232268c0..decc01be98 100644 --- a/indra/newview/llfloaterreporter.h +++ b/indra/newview/llfloaterreporter.h @@ -107,6 +107,8 @@ public: void onLoadScreenshotDialog(const LLSD& notification, const LLSD& response); + void takeNewSnapshot(); + private: static void show(const LLUUID& object_id, const std::string& avatar_name = LLStringUtil::null, const LLUUID& experience_id = LLUUID::null); |