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:
@@ -16,7 +16,7 @@
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
static AK::Singleton<KernelRng> s_the;
|
||||
static Singleton<KernelRng> s_the;
|
||||
static Atomic<u32, AK::MemoryOrder::memory_order_relaxed> s_next_random_value = 1;
|
||||
|
||||
KernelRng& KernelRng::the()
|
||||
|
||||
Reference in New Issue
Block a user