mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-24 00:24:38 +00:00
Everywhere: Replace AK::Singleton => Singleton
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
static AK::Singleton<ProtectedValue<HashTable<IPv4Socket*>>> s_table;
|
||||
static Singleton<ProtectedValue<HashTable<IPv4Socket*>>> s_table;
|
||||
|
||||
using BlockFlags = Thread::FileDescriptionBlocker::BlockFlags;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user