fix: Crash when restarting ImHex more than once

This commit is contained in:
WerWolv
2024-02-19 22:06:46 +01:00
parent 218946d5de
commit adc51d3773
5 changed files with 42 additions and 15 deletions

View File

@@ -19,6 +19,8 @@ struct GLFWwindow;
namespace hex {
class AutoResetBase;
namespace prv {
class Provider;
}
@@ -407,6 +409,9 @@ namespace hex {
bool isWindowResizable();
void addAutoResetObject(AutoResetBase *object);
void cleanup();
}
/**