mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
This commit is contained in:
@@ -9,7 +9,7 @@ File::~File()
|
||||
{
|
||||
}
|
||||
|
||||
KResultOr<Retained<FileDescription>> File::open(int options)
|
||||
KResultOr<NonnullRefPtr<FileDescription>> File::open(int options)
|
||||
{
|
||||
UNUSED_PARAM(options);
|
||||
return FileDescription::create(this);
|
||||
|
||||
Reference in New Issue
Block a user