mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Everywhere: Replace AK::Singleton => Singleton
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
static AK::Singleton<ProtectedValue<LocalSocket::List>> s_list;
|
||||
static Singleton<ProtectedValue<LocalSocket::List>> s_list;
|
||||
|
||||
static ProtectedValue<LocalSocket::List>& all_sockets()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user