diff --git a/AK/Singleton.h b/AK/Singleton.h index a5c19a95e4..a736d3471f 100644 --- a/AK/Singleton.h +++ b/AK/Singleton.h @@ -110,4 +110,7 @@ public: private: mutable Atomic m_obj { nullptr }; }; + } + +using AK::Singleton;