mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
This commit is contained in:
@@ -18,7 +18,7 @@ GToolBar::~GToolBar()
|
||||
{
|
||||
}
|
||||
|
||||
void GToolBar::add_action(Retained<GAction>&& action)
|
||||
void GToolBar::add_action(NonnullRefPtr<GAction>&& action)
|
||||
{
|
||||
GAction* raw_action_ptr = action.ptr();
|
||||
auto item = make<Item>();
|
||||
|
||||
Reference in New Issue
Block a user