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:
@@ -17,7 +17,7 @@
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
static AK::Singleton<ProtectedValue<HashTable<FIFO*>>> s_table;
|
||||
static Singleton<ProtectedValue<HashTable<FIFO*>>> s_table;
|
||||
|
||||
static ProtectedValue<HashTable<FIFO*>>& all_fifos()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user