mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
Everywhere: Replace AK::Singleton => Singleton
This commit is contained in:
Notes:
sideshowbarker
2024-07-18 07:17:57 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/c94c15d45cb
@@ -11,7 +11,7 @@
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
static AK::Singleton<SysFSComponentRegistry> s_the;
|
||||
static Singleton<SysFSComponentRegistry> s_the;
|
||||
|
||||
SysFSComponentRegistry& SysFSComponentRegistry::the()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user