mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
This commit is contained in:
@@ -31,7 +31,7 @@ GMenu::~GMenu()
|
||||
unrealize_menu();
|
||||
}
|
||||
|
||||
void GMenu::add_action(Retained<GAction> action)
|
||||
void GMenu::add_action(NonnullRefPtr<GAction> action)
|
||||
{
|
||||
m_items.append(make<GMenuItem>(m_menu_id, move(action)));
|
||||
#ifdef GMENU_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user