diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-05-08 18:05:10 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-05-08 18:05:10 +0300 |
commit | fb7be87bebd785a7a3e7a7b59103bc952d98dc83 (patch) | |
tree | cbb394f41cfdee600df60f03441b6f7361a92a43 /indra/newview/llfloaterpreviewtrash.h | |
parent | d4d56f004a528ea0cada526132dd77bd410a8fe7 (diff) |
MAINT-7354 correction to misbehaving 'purge' and notification spam.
Diffstat (limited to 'indra/newview/llfloaterpreviewtrash.h')
-rw-r--r-- | indra/newview/llfloaterpreviewtrash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpreviewtrash.h b/indra/newview/llfloaterpreviewtrash.h index 6fc0fe6928..465c0c677f 100644 --- a/indra/newview/llfloaterpreviewtrash.h +++ b/indra/newview/llfloaterpreviewtrash.h @@ -35,6 +35,7 @@ class LLFloaterPreviewTrash { public: static void show(); + static bool isVisible(); LLFloaterPreviewTrash(const LLSD& key); ~LLFloaterPreviewTrash(); |