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:
@@ -18,7 +18,7 @@
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
static AK::Singleton<ProcFSComponentRegistry> s_the;
|
||||
static Singleton<ProcFSComponentRegistry> s_the;
|
||||
|
||||
ProcFSComponentRegistry& ProcFSComponentRegistry::the()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user