mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-03 13:41:59 -07:00
core: move all shared_ptrs from the STL to hyprutils (#9143)
This commit is contained in:
@@ -328,4 +328,4 @@ class CHyprOpenGLImpl {
|
||||
friend class CSurfacePassElement;
|
||||
};
|
||||
|
||||
inline std::unique_ptr<CHyprOpenGLImpl> g_pHyprOpenGL;
|
||||
inline UP<CHyprOpenGLImpl> g_pHyprOpenGL;
|
||||
|
Reference in New Issue
Block a user