mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:27:35 +00:00
AK: Bring Singleton into the global namespace with using
This commit is contained in:
parent
15d033b486
commit
eb60cb156d
1 changed files with 3 additions and 0 deletions
|
@ -110,4 +110,7 @@ public:
|
|||
private:
|
||||
mutable Atomic<T*> m_obj { nullptr };
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
using AK::Singleton;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue