mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-25 09:04:53 +00:00
Everywhere: Replace AK::Singleton => Singleton
This commit is contained in:
@@ -22,7 +22,7 @@ void UDPSocket::for_each(Function<void(const UDPSocket&)> callback)
|
||||
});
|
||||
}
|
||||
|
||||
static AK::Singleton<ProtectedValue<HashMap<u16, UDPSocket*>>> s_map;
|
||||
static Singleton<ProtectedValue<HashMap<u16, UDPSocket*>>> s_map;
|
||||
|
||||
ProtectedValue<HashMap<u16, UDPSocket*>>& UDPSocket::sockets_by_port()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user