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