summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2023-09-21 16:16:00 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2023-09-21 16:16:00 +0300
commitfac31ad392c3df22b2254a00e75c841050195763 (patch)
treebfa8d7f2ed05a7d3be54bdb8cbc2c814a6e7746c /indra/llui
parente3ba75101a94cff9b1409c58f796587cf2702f10 (diff)
DRTVWR-589 - allow adding branch to the menu
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llmenugl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/llui/llmenugl.h b/indra/llui/llmenugl.h
index 1a330b18cc..4f1098b1d8 100644
--- a/indra/llui/llmenugl.h
+++ b/indra/llui/llmenugl.h
@@ -558,13 +558,13 @@ public:
// Add the menu item to this menu.
virtual BOOL append( LLMenuItemGL* item );
+ // add a menu - this will create a cascading menu
+ virtual BOOL appendMenu(LLMenuGL *menu);
+
protected:
void createSpilloverBranch();
void cleanupSpilloverBranch();
- // add a menu - this will create a cascading menu
- virtual BOOL appendMenu( LLMenuGL* menu );
-
// Used in LLContextMenu and in LLTogleableMenu
// to add an item of context menu branch
bool addContextChild(LLView* view, S32 tab_group);