This commit is contained in:
AlexandreRouma
2023-09-29 14:42:45 +02:00
parent a043ab2dd3
commit 55ddd383d2
2 changed files with 6 additions and 6 deletions

View File

@@ -18,6 +18,6 @@ public:
bool callInterface(std::string name, int code, void* in, void* out);
private:
std::mutex mtx;
std::recursive_mutex mtx;
std::map<std::string, ModuleComInterface> interfaces;
};