mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-22 15:44:45 +00:00
Everywhere: Replace AK::Singleton => Singleton
This commit is contained in:
@@ -25,7 +25,7 @@ DevPtsFS::~DevPtsFS()
|
||||
{
|
||||
}
|
||||
|
||||
static AK::Singleton<HashTable<unsigned>> s_ptys;
|
||||
static Singleton<HashTable<unsigned>> s_ptys;
|
||||
|
||||
bool DevPtsFS::initialize()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user