mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 02:40:49 +00:00
Everywhere: Replace AK::Singleton => Singleton
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
static AK::Singleton<TimerQueue> s_the;
|
||||
static Singleton<TimerQueue> s_the;
|
||||
static SpinLock<u8> g_timerqueue_lock;
|
||||
|
||||
Time Timer::remaining() const
|
||||
|
||||
Reference in New Issue
Block a user