summaryrefslogtreecommitdiff
path: root/indra/llui/llmenugl.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/llmenugl.h')
-rw-r--r--indra/llui/llmenugl.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/indra/llui/llmenugl.h b/indra/llui/llmenugl.h
index 65211bf122..da5d7874c6 100644
--- a/indra/llui/llmenugl.h
+++ b/indra/llui/llmenugl.h
@@ -562,6 +562,8 @@ public:
// add a context menu branch
bool appendContextSubMenu(LLMenuGL *menu);
+ void createSpilloverBranch();
+ void cleanupSpilloverBranch();
// Add the menu item to this menu.
virtual bool append( LLMenuItemGL* item );
@@ -806,15 +808,9 @@ public:
void resetMenuTrigger() { mAltKeyTrigger = false; }
// add a menu - this will create a drop down menu.
-<<<<<<< variant A
- virtual BOOL appendMenu(LLMenuGL *menu);
+ virtual bool appendMenu(LLMenuGL *menu);
private:
->>>>>>> variant B
- virtual bool appendMenu( LLMenuGL* menu );
-####### Ancestor
- virtual BOOL appendMenu( LLMenuGL* menu );
-======= end
// rearrange the child rects so they fit the shape of the menu
// bar.
virtual void arrange( void );