fix: ImHex processes getting stuck in the background

Fixes #2611
This commit is contained in:
WerWolv
2026-01-07 17:12:17 +01:00
parent 3411bc4577
commit 2064aea3b6
4 changed files with 15 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ EXPORT_MODULE namespace hex {
namespace ContentRegistry::MCP {
namespace impl {
mcp::Server& getMcpServerInstance();
std::unique_ptr<mcp::Server>& getMcpServerInstance();
void setEnabled(bool enabled);
}