diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2018-03-21 18:04:53 +0200 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2018-03-21 18:04:53 +0200 |
commit | 75f5df57b444574d66725801c348100d6d7b9175 (patch) | |
tree | f58c1cf03bff4d7ef4934936fb18a1e0dce49c5f /indra/newview/llfloatersnapshot.h | |
parent | 84bda8ea4dc2b7ab2a9c7e21921b379c775b704a (diff) |
MAINT-8403 FIXED "Snapshot" is stuck and not responding after sending snapshot via e-mail
Diffstat (limited to 'indra/newview/llfloatersnapshot.h')
-rw-r--r-- | indra/newview/llfloatersnapshot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatersnapshot.h b/indra/newview/llfloatersnapshot.h index 1f303ea4d6..698273ac90 100644 --- a/indra/newview/llfloatersnapshot.h +++ b/indra/newview/llfloatersnapshot.h @@ -159,6 +159,8 @@ public: BOOL saveLocal(); static void setAgentEmail(const std::string& email); + BOOL isWaitingState(); + class Impl; friend class Impl; }; |