mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
Fixed plugin loading and closing issues mainly on Windows
This fixes #87
This commit is contained in:
@@ -38,7 +38,7 @@ namespace hex {
|
||||
|
||||
private:
|
||||
static inline std::string s_pluginFolder;
|
||||
static inline std::vector<Plugin> s_plugins;
|
||||
static inline std::vector<Plugin*> s_plugins;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user