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