[UI Overhaul] Missed this in c640585
This commit is contained in:
@@ -587,11 +587,9 @@ protected:
|
|||||||
void cleanupSpilloverBranch();
|
void cleanupSpilloverBranch();
|
||||||
// Add the menu item to this menu.
|
// Add the menu item to this menu.
|
||||||
virtual BOOL append( LLMenuItemGL* item );
|
virtual BOOL append( LLMenuItemGL* item );
|
||||||
BOOL append(LLMenuItemGL* item, LLView* insert_before);
|
|
||||||
|
|
||||||
// add a menu - this will create a cascading menu
|
// add a menu - this will create a cascading menu
|
||||||
virtual BOOL appendMenu( LLMenuGL* menu );
|
virtual BOOL appendMenu( LLMenuGL* menu );
|
||||||
BOOL appendMenu(LLMenuGL* menu, LLView* insert_before);
|
|
||||||
|
|
||||||
// TODO: create accessor methods for these?
|
// TODO: create accessor methods for these?
|
||||||
typedef std::list< LLMenuItemGL* > item_list_t;
|
typedef std::list< LLMenuItemGL* > item_list_t;
|
||||||
|
|||||||
Reference in New Issue
Block a user