mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-09-02 21:13:49 -07:00
core: move all shared_ptrs from the STL to hyprutils (#9143)
This commit is contained in:
@@ -42,4 +42,4 @@ class CEventManager {
|
||||
std::vector<SClient> m_vClients;
|
||||
};
|
||||
|
||||
inline std::unique_ptr<CEventManager> g_pEventManager;
|
||||
inline UP<CEventManager> g_pEventManager;
|
||||
|
Reference in New Issue
Block a user