mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 09:04:30 +00:00
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
This commit is contained in:
@@ -58,7 +58,7 @@ void FS::sync()
|
||||
{
|
||||
Inode::sync();
|
||||
|
||||
Vector<Retained<FS>, 32> fses;
|
||||
Vector<NonnullRefPtr<FS>, 32> fses;
|
||||
{
|
||||
InterruptDisabler disabler;
|
||||
for (auto& it : all_fses())
|
||||
|
||||
Reference in New Issue
Block a user