mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
Everywhere: Replace AK::Singleton => Singleton
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
namespace Kernel {
|
||||
|
||||
static SpinLock s_all_inodes_lock;
|
||||
static AK::Singleton<Inode::List> s_list;
|
||||
static Singleton<Inode::List> s_list;
|
||||
|
||||
static Inode::List& all_with_lock()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user