mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +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:
|
private:
|
||||||
mutable Atomic<T*> m_obj { nullptr };
|
mutable Atomic<T*> m_obj { nullptr };
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
using AK::Singleton;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue