mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
Everywhere: Replace AK::Singleton => Singleton
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
static AK::Singleton<SpinLockProtectedValue<ProcessGroup::List>> s_process_groups;
|
||||
static Singleton<SpinLockProtectedValue<ProcessGroup::List>> s_process_groups;
|
||||
|
||||
SpinLockProtectedValue<ProcessGroup::List>& process_groups()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user