mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
fix: Various pattern execution race conditions
This commit is contained in:
@@ -272,7 +272,7 @@ namespace hex {
|
||||
* @brief Provides access to the current provider's pattern language runtime's lock
|
||||
* @return Lock
|
||||
*/
|
||||
std::scoped_lock<std::mutex> getRuntimeLock();
|
||||
std::mutex& getRuntimeLock();
|
||||
|
||||
/**
|
||||
* @brief Configures the pattern language runtime using ImHex's default settings
|
||||
|
||||
Reference in New Issue
Block a user