mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
fix: Crash when restarting ImHex more than once
This commit is contained in:
@@ -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();
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user