[UI Overhaul] Missed this in c640585

This commit is contained in:
Inusaito Sayori
2014-05-28 22:59:52 -04:00
parent d78550e83e
commit 04737fb0e8

View File

@@ -587,11 +587,9 @@ protected:
void cleanupSpilloverBranch();
// Add the menu item to this menu.
virtual BOOL append( LLMenuItemGL* item );
BOOL append(LLMenuItemGL* item, LLView* insert_before);
// add a menu - this will create a cascading menu
virtual BOOL appendMenu( LLMenuGL* menu );
BOOL appendMenu(LLMenuGL* menu, LLView* insert_before);
// TODO: create accessor methods for these?
typedef std::list< LLMenuItemGL* > item_list_t;