mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
fix: ImHex should crash less often now when exiting
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace hex {
|
||||
|
||||
std::map<void*, EventManager::EventList::iterator> EventManager::s_tokenStore;
|
||||
EventManager::EventList EventManager::s_events;
|
||||
std::map<void*, EventManager::EventList::iterator> EventManager::s_tokenStore;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user