replace new/delete with sp

This commit is contained in:
4ertus2 2024-10-20 08:24:09 +03:00
parent e32731b60b
commit ab5be0b773
71 changed files with 271 additions and 387 deletions

View file

@ -60,7 +60,7 @@ private:
IWatcherListener *m_listener;
String m_path;
Timer *m_timer;
std::shared_ptr<Timer> m_timer;
uv_fs_event_t *m_fsEvent;
};