diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2012-08-21 18:10:45 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2012-08-21 18:10:45 +0300 |
commit | 4b44be799a578b946e440a4bc90aca0610734003 (patch) | |
tree | c63709aedf81523cd53bcfc9b15b32cdb36edce3 /indra/newview/llfloatermap.h | |
parent | 00346422b6554e0b982973e6f8f05f0335b99852 (diff) |
MAINT-1416 FIXED Close Mini-map floater after Ctrl-W if it's opened and other floaters are not in focus
Diffstat (limited to 'indra/newview/llfloatermap.h')
-rw-r--r-- | indra/newview/llfloatermap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatermap.h b/indra/newview/llfloatermap.h index 8a1b965e62..ff2fb20535 100644 --- a/indra/newview/llfloatermap.h +++ b/indra/newview/llfloatermap.h @@ -39,6 +39,7 @@ class LLFloaterMap : public LLFloater { public: LLFloaterMap(const LLSD& key); + static LLFloaterMap* getInstance(); virtual ~LLFloaterMap(); /*virtual*/ BOOL postBuild(); |