diff options
author | MaximB ProductEngine <mberezhnoy@productengine.com> | 2014-01-14 10:00:30 +0200 |
---|---|---|
committer | MaximB ProductEngine <mberezhnoy@productengine.com> | 2014-01-14 10:00:30 +0200 |
commit | 4d81b1d967fbfa68f97f37d8d162b1ac9900a4b0 (patch) | |
tree | 901bbd3a524a2763b6744bd8f45045d717ac1654 /indra/newview/llpanellandmarks.h | |
parent | c934710f766223e56c892b3ab7acd02321a8b47e (diff) |
MAINT-3510 (Incorrect context menu entry in Places floater)
Diffstat (limited to 'indra/newview/llpanellandmarks.h')
-rwxr-xr-x | 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 8fae0f0b67..80310d1524 100755 --- a/indra/newview/llpanellandmarks.h +++ b/indra/newview/llpanellandmarks.h @@ -80,6 +80,8 @@ public: LLPlacesInventoryPanel* getLibraryInventoryPanel() { return mLibraryInventoryPanel; } + void updateMenuVisibility(LLUICtrl* menu); + protected: /** * @return true - if current selected panel is not null and selected item is a landmark |