diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-02-25 20:35:07 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-02-25 20:35:07 +0200 |
commit | c1139ed9b58025684c6ba7f5779e7e3245bd9a40 (patch) | |
tree | 34db6cfe1a2d05cba86911bb2834a730b648c78d /indra/newview/llpanellandmarks.h | |
parent | 554ccd718131d469a7cde1e188d9ef0f712a6ed9 (diff) |
SL-14901 Add a button on the Landmarks bar to open the Places floater
Diffstat (limited to 'indra/newview/llpanellandmarks.h')
-rw-r--r-- | indra/newview/llpanellandmarks.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanellandmarks.h b/indra/newview/llpanellandmarks.h index 4db77be50b..95256f4bb4 100644 --- a/indra/newview/llpanellandmarks.h +++ b/indra/newview/llpanellandmarks.h @@ -94,6 +94,8 @@ public: void doCreatePick(LLLandmark* landmark, const LLUUID &item_id ); + void resetSelection(); + protected: /** * @return true - if current selected panel is not null and selected item is a landmark |