mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
This commit is contained in:
@@ -15,7 +15,7 @@ GAbstractView::~GAbstractView()
|
||||
delete m_edit_widget;
|
||||
}
|
||||
|
||||
void GAbstractView::set_model(RetainPtr<GModel>&& model)
|
||||
void GAbstractView::set_model(RefPtr<GModel>&& model)
|
||||
{
|
||||
if (model == m_model)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user