mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-21 15:14:13 +00:00
Everywhere: Replace AK::Singleton => Singleton
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
static AK::Singleton<TimeManagement> s_the;
|
||||
static Singleton<TimeManagement> s_the;
|
||||
|
||||
TimeManagement& TimeManagement::the()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user