AK: Bring Singleton into the global namespace with using
This commit is contained in:
parent
15d033b486
commit
eb60cb156d
Notes:
sideshowbarker
2024-07-18 07:18:00 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/eb60cb156da
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
Reference in a new issue