mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
This commit is contained in:
@@ -23,7 +23,7 @@ GMessageBox::~GMessageBox()
|
||||
{
|
||||
}
|
||||
|
||||
RetainPtr<GraphicsBitmap> GMessageBox::icon() const
|
||||
RefPtr<GraphicsBitmap> GMessageBox::icon() const
|
||||
{
|
||||
switch (m_type) {
|
||||
case Type::Information:
|
||||
|
||||
Reference in New Issue
Block a user