mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +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