mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 12:51:42 +00:00
window: use raw pointers for listeners
This commit is contained in:
parent
5b54f777e4
commit
62312f2a03
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ public:
|
|||
|
||||
inline static bool s_isFocused;
|
||||
|
||||
inline static std::vector<std::shared_ptr<WindowListener>> s_listeners;
|
||||
inline static std::vector<WindowListener*> s_listeners;
|
||||
|
||||
static SDL_Surface* GetIconSurface(void* pIconBmp = nullptr, size_t iconSize = 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue